instrumenta / kubernetes-json-schema

Schemas for every version of every object in every version of Kubernetes
https://kubernetesjsonschema.dev
Other
306 stars 134 forks source link

Not up to date #11

Open Datamance opened 4 years ago

Datamance commented 4 years ago

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

grossmueller-espirit commented 4 years ago

Repo has been updated- but what about https://kubernetesjsonschema.dev/? Cannot find the schemas there... :-(

ekampf commented 4 years ago

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

AndiDog commented 4 years ago

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

nvanheuverzwijn commented 4 years ago

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/
shyaamsn commented 4 years ago

Can we add other 1.17 versions . Right now I see only upto 1.17.0.