We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERR - tmp/kubernetes.yml: Failed initializing schema https://kubernetesjsonschema.dev/master-standalone/poddisruptionbudget-policy-v1.json: Could not read schema from HTTP, response status is 404 Not Found Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
Experienced this issue as well, kubeval expects deprecated apiVersion: policy/v1beta1 as opposed to current apiVersion: policy/v1.
apiVersion: policy/v1beta1
apiVersion: policy/v1
If people use older version, they'll see this warning when they apply manifests with kubectl to newer cluster versions.
Warning: policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
Sorry, something went wrong.
No branches or pull requests
ERR - tmp/kubernetes.yml: Failed initializing schema https://kubernetesjsonschema.dev/master-standalone/poddisruptionbudget-policy-v1.json: Could not read schema from HTTP, response status is 404 Not Found
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered: