Konubinix' opinionated web of thoughts

Kubeval

Fleeting

Validate kubernetes resources

it’s not possible to validate resources using CRDs. Currently you need to pass a flag to ignore missing schemas

$ kubeval –ignore-missing-schemas fixtures/test_crd.yaml

https://www.kubeval.com/

be more explicit about which custom resources to skip you can instead provide a list of resources to skip like so.

$ kubeval –skip-kinds SealedSecret fixtures/test_crd.yaml

https://www.kubeval.com/#crds