-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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 krew support #11824
base: master
Are you sure you want to change the base?
Remove krew support #11824
Conversation
Krew is fundamentally to install kubectl plugins, which are eminently a client side things. It's also not difficult to install on a client machine.
/ok-to-test |
/approve cancel (apparently does not work in the PR body itself) |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest-failed |
It's added by #7464. HI @liupeng0518, how do you think about the change :-) |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
In my opinion, installing krew does not belong in Kubespray: it's client-side, available in several package managers, and not a general tool for deploying (like helm, which we can use in kubespray itself).
Which issue(s) this PR fixes:
Special notes for your reviewer:
Feel free to express dissenting opinions on that subject ^^
/approve cancel
-> we should have a wider consensus for this
Does this PR introduce a user-facing change?: