instrumenta / kubeval

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

fix: use different level for skipped schemas #296

Open jstrachan opened 3 years ago

jstrachan commented 3 years ago

lets not use the same warning level for skipped schemas as we do for actual validation errors

so that its easy to tell the output difference between actual schema validation errors versus CRD kinds that are skipped

e.g. you can easily grep the output for WARN versus INFO to see the difference between skipped kinds versus actual schema errors

clintmod commented 2 years ago

@garethr

uberspot commented 2 years ago

+1 for this PR. We'd also find it very useful for CI tests that use kubeval so developers can more easily find the errors. Could this be megred?