garethr / kubernetes-json-schema

A set of JSON schemas for various Kubernetes versions, extracted from the OpenAPI definitions
Other
253 stars 61 forks source link

No v1.10.7 schema #13

Closed izakp closed 5 years ago

izakp commented 5 years ago

Hi - while running kubeval -v 1.10.7 ./path/to/kubernetes.yaml I get a 404 for the 1.10.7 schema.

2 errors occurred:

* Problem loading schema from the network at https://raw.githubusercontent.com/garethr/kubernetes-json-schema/master/v1.10.7-standalone/deployment.json: Could not read schema from HTTP, response status is 404 Not Found
* Problem loading schema from the network at https://raw.githubusercontent.com/garethr/kubernetes-json-schema/master/v1.10.7-standalone/service.json: Could not read schema from HTTP, response status is 404 Not Found

Using 1.10.6 works fine, so maybe just an issue of adding the schema for 1.10.7?

garethr commented 5 years ago

I've just updated the repo with all the latest schemas, including these ones. This should work now.

izakp commented 5 years ago

Thanks @garethr !