You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have a version flag for kustomize in order to know which version of kustomize you are leveraging through kubectl.
For example:
kubectl kustomize --version
or
kubectl kustomize version
Why is this needed:
Currently there is no way to know which version of kustomize you are using through kubectl other than external documentation.
As far as I can tell the version shipping with kubectl is 2.0.3 but there appear to be plans to upgrade the version in future releases of kubectl. As newer versions of kustomize become available it is important to be able to validate which version of kustomize you using for compatibility checks.
The text was updated successfully, but these errors were encountered:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
What would you like to be added:
It would be great to have a
version
flag for kustomize in order to know which version of kustomize you are leveraging through kubectl.For example:
or
Why is this needed:
Currently there is no way to know which version of kustomize you are using through kubectl other than external documentation.
As far as I can tell the version shipping with kubectl is 2.0.3 but there appear to be plans to upgrade the version in future releases of kubectl. As newer versions of kustomize become available it is important to be able to validate which version of kustomize you using for compatibility checks.
The text was updated successfully, but these errors were encountered: