Open Datamance opened 4 years ago
Repo has been updated- but what about https://kubernetesjsonschema.dev/? Cannot find the schemas there... :-(
Happens again for 1.15.7 - repo is up to date but getting 404 trying to fetch from https://kubernetesjsonschema.dev/v1.15.7-standalone/affinity-v1.json
Same for https://kubernetesjsonschema.dev/v1.14.9-standalone-strict/cronjob-batch-v1beta1.json
which was committed a month ago at https://github.com/instrumenta/kubernetes-json-schema/blob/master/v1.14.9-standalone-strict/cronjob-batch-v1beta1.json
You can use this url https://raw.githubusercontent.com/instrumenta/kubernetes-json-schema/master/
instead of https://kubernetesjsonschema.dev/
.
Example :
kubeval -v 1.17.0 --ignore-missing-schemas -s https://raw.githubusercontent.com/instrumenta/kubernetes-json-schema/master/
Can we add other 1.17 versions . Right now I see only upto 1.17.0.
Kubernetes 1.17 is out - could we update this repo please? I'd love to use the jsonschema defs in my CI pipeline without having to generate them myself. Thanks so much!
Cheers, Rico