kubernetes-json-schema icon indicating copy to clipboard operation
kubernetes-json-schema copied to clipboard

Any plans on supporting CRD's from services such as prometheus or istio

Open chrisevett opened this issue 4 years ago • 4 comments

Just found kubeval and its an amazing tool. Would it make sense to add CRD's to these schemata so that kubeval will work when defining those resources as well, or is that out of scope for this project?

chrisevett avatar Aug 08 '19 23:08 chrisevett

Any updates on this? How can we help move this forward? We use quite a few operators (Prometheus, Zalando Postgres, in-house ones, Elastic-on-cloud, ...) and we'd like a way to validate those manifests as well as the regular K8s manifests.

pietervincken avatar Apr 30 '20 15:04 pietervincken

  • flux, helm-operator... CRDs become more and more popular so there should be a way to validate them as well.

varac avatar Sep 11 '20 19:09 varac

Hi @chrisevett , I have written Kubeconform https://github.com/yannh/kubeconform as an alternative to kubeval, partially to solve this problem. I would be very interested whether the implementation would solve your problem?

yannh avatar Nov 08 '20 15:11 yannh

@yannh thanks, I'll check it out.

chrisevett avatar Nov 18 '20 00:11 chrisevett