vmware-archive / kubecfg

A tool for managing complex enterprise Kubernetes environments as code.
Apache License 2.0
728 stars 62 forks source link

Default to --ignore-unknown=true #223

Closed anguslees closed 6 years ago

anguslees commented 6 years ago

Invert the default for --ignore-unknown so that we now ignore unknown types by default, and require --ignore-unknown=false to make these fatal. This follows the kubectl behaviour, and makes the kubecfg default more likely to "just work" in the presence of CRDs, etc.

Fixes #211

arapulido commented 6 years ago

@anguslees great! thanks! very much needed :) Can we create a new release once this is in?

anguslees commented 6 years ago

Can we create a new release once this is in?

Yes, that's the plan for tomorrow :)

anguslees commented 6 years ago

Can we create a new release once this is in?

Done: https://github.com/ksonnet/kubecfg/releases/tag/v0.9.0