kubeval
kubeval copied to clipboard
ingressclass-networking-v1.json: Could not read schema from HTTP, response status is 404 Not Found
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.
Receiving the same issue
Same here, this is blocking kubeval integration for us.
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
Note - I maintain an up-to-date fork of this repo here https://github.com/yannh/kubernetes-json-schema
Hello , this issue is till not fixed ?
@dreevo This is a dead project it seems.
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