-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Strategy to know which version of Kustomize is embedded in Kubectl? #1267
Comments
AFAIK, the kubectl binary doesn't have a command to show this. @Liujingfang1 ? The intent is to pull latest release of kust into kubectl, but for kubectl v1.15 that had to be v2.0.3 (same as kubectl v1.14), because too many things were in motion at that cut point (primarily the migration to Go modules). kubectl v1.16 should get kust v3.0 or higher. |
FWIW, the front page of the kustomize repo mentions the version alignment. |
We don't have a command in kubectl to show which version of Kustomize is used. As @monopole mentioned, we have this message on the front page of Kustomize repo. |
Thanks for the feedback. I think a command isn't strictly speaking needed for me, the README being up to date is great already. Just wanted to raise awareness that, if Kustomize evolves more rapidly, one might get surprised. I'm happt to close this one if you want. |
ok, closing. Maybe add a feature request to kubectl for a kustomize version command. |
Hi all,
I was wondering what was the documented strategy of synchronizing kustomize and kubectl? I see for instance there was 2.1 and now an upcoming 3.0 of Kustomize. What is the version is kubectl 1.14 using?
Cheers,
The text was updated successfully, but these errors were encountered: