-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Remove kustomize requirement if kubectl version > 1.14 #1781
Comments
Fyi: at the moment this config throws
|
For me, This configuration leads to an error
Error
Since I added the -k it seems only logical that it appears after the kubectl create but why does it appends -f when -k is already given ? |
Evidently this is still a thing. |
https://tilt.dev doesn't have this requirement currently. |
#4237 should have reopened this. Could you please describe the problem which caused revert, and the behavior you want to achieve eventually (support both built-in and tool on PATH, which one wins, do you support something like |
@AndiDog the reason my "fix" didn't work is because the bundled version of kustomize in kubectl is apparently outdated, so some functionality that users are depending on wasn't there and their deploys were broken. I think the right behavior in an ideal world would be to always use a binary on the PATH over kubectl's kustomize if it exists - that way users can have an escape hatch if they want to use newer functionality but we also remove the hard requirement on having kustomize installed. I don't think we'll need to support a |
cc @briandealwis ref #4183 (comment) |
I think the original ask in this issue has been complete.
Closing the issue. |
kustomize got merged into kubectl we should remove the dependency if we detect kubectl version that is greater or equal to 1.14.
The text was updated successfully, but these errors were encountered: