instrumenta / kubeval

Validate your Kubernetes configuration files, supports multiple Kubernetes versions
https://kubeval.com
Other
3.16k stars 229 forks source link

ingressclass-networking-v1.json: Could not read schema from HTTP, response status is 404 Not Found #334

Open sachingade20 opened 2 years ago

sachingade20 commented 2 years ago

Failed initializing schema https://kubernetesjsonschema.dev/master-standalone-strict/ingressclass-networking-v1.json: Could not read schema from HTTP, response status is 404 Not Found

ingress-nginx with kubernetes version 1.22 is failing to validate.

Thiritin commented 2 years ago

Receiving the same issue

mihajlovics commented 2 years ago

Same here, this is blocking kubeval integration for us.

lucj commented 2 years ago

Same problem for me. Last commit is about 1 year old, not sure the project is still living though. Seems more like missing entries in https://github.com/instrumenta/kubernetes-json-schema

yannh commented 2 years ago

Note - I maintain an up-to-date fork of this repo here https://github.com/yannh/kubernetes-json-schema

dreevo commented 1 year ago

Hello , this issue is till not fixed ?

jflambert commented 1 year ago

@dreevo This is a dead project it seems.

angeloskyratzakos commented 1 year ago

Just for any future reference, as per @yannh suggestion I have added the flag --schema-location https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master and it works