-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kustomize Version Output #26613
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
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. |
/reopen it is not resolved yet |
@dariusdev: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
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-sigs/prow repository. |
There is no way of determining the version of kustomize. This is important when debugging issues with kustomize and consulting the kustomize documentation.
Version
4.7.19
Steps To Reproduce
Current Result
Error: unknown flag: --version
See 'oc kustomize --help' for usage.
Expected Result
{Version:4.4.0 GitCommit:$Format:%H$ BuildDate:2021-09-29T10:27:55Z GoOs:linux GoArch:amd64}
Additional Information
The catalyst for this issue was seeing differences in behaviour between
kubectl apply -k
andoc apply -k
which lead me to look into which versions of kustomize each CLI is using.Related issues:
kubernetes/kubectl#797
kubernetes-sigs/kustomize#1424
The text was updated successfully, but these errors were encountered: