Skip to content
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

Closed
Lawouach opened this issue Jun 27, 2019 · 5 comments
Closed

Strategy to know which version of Kustomize is embedded in Kubectl? #1267

Lawouach opened this issue Jun 27, 2019 · 5 comments
Assignees

Comments

@Lawouach
Copy link

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,

@monopole
Copy link
Contributor

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.

@monopole
Copy link
Contributor

FWIW, the front page of the kustomize repo mentions the version alignment.

@Liujingfang1
Copy link
Contributor

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.
In the future, we'll try to use the latest version of kustomize when a new kubectl version is released.

@Lawouach
Copy link
Author

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.

@monopole
Copy link
Contributor

monopole commented Jul 1, 2019

ok, closing. Maybe add a feature request to kubectl for a kustomize version command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants