You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for a kubeconfig validator when I rediscovered the kubeval tool.
Kubeval tries to download schema from GitHub matching the apiVersion and kind from this repo, so running kubeval ~/.kube/config results in:
$ kubeval ~/.kube/config
1 error occurred:
* Problem loading schema from the network at https://raw.githubusercontent.com/garethr/kubernetes-json-schema/master/master-standalone/config.json: Could not
read schema from HTTP, response status is 404 Not Found
Since it probably isn't in the OpenAPI definitions, are you willing to add "kind: Config" as a type, at least to master-standalone?
The text was updated successfully, but these errors were encountered:
I was looking for a kubeconfig validator when I rediscovered the kubeval tool.
Kubeval tries to download schema from GitHub matching the apiVersion and kind from this repo, so running
kubeval ~/.kube/config
results in:Since it probably isn't in the OpenAPI definitions, are you willing to add "kind: Config" as a type, at least to master-standalone?
The text was updated successfully, but these errors were encountered: