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'm behind a corporate proxy and I receive an error when try to use kubeval, it would be nice if the tool had an option to disable SSL verification, like wget --no-check-certificate or curl -I option.
$ kubeval deployment.yaml kubernetes-deployment.yaml: Failed initalizing schema https://kubernetesjsonschema.dev/master-standalone/deployment-apps-v1beta2.json: Get https://kubernetesjsonschema.dev/master-standalone/deployment-apps-v1beta2.json: x509: certificate signed by unknown authority
The text was updated successfully, but these errors were encountered:
I'm behind a corporate proxy and I receive an error when try to use kubeval, it would be nice if the tool had an option to disable SSL verification, like
wget --no-check-certificate
orcurl -I
option.$ kubeval deployment.yaml kubernetes-deployment.yaml: Failed initalizing schema https://kubernetesjsonschema.dev/master-standalone/deployment-apps-v1beta2.json: Get https://kubernetesjsonschema.dev/master-standalone/deployment-apps-v1beta2.json: x509: certificate signed by unknown authority
The text was updated successfully, but these errors were encountered: