-
Notifications
You must be signed in to change notification settings - Fork 14.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
Optimize Linux shell installation-command of minikube #12358
Conversation
Use `mv` instead the combination of `cp` and `rm` to put minikube into `/usr/local/bin`
Deploy preview for kubernetes-io-master-staging ready! Built with commit 18a129a https://deploy-preview-12358--kubernetes-io-master-staging.netlify.com |
/assign @Bradamant3 |
/lgtm |
@Bradamant3 Please take a look at this PR. |
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zparnold The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Use `mv` instead the combination of `cp` and `rm` to put minikube into `/usr/local/bin`
Use `mv` instead the combination of `cp` and `rm` to put minikube into `/usr/local/bin`
Use `mv` instead the combination of `cp` and `rm` to put minikube into `/usr/local/bin`
Use
mv
instead the combination ofcp
andrm
to put minikube into/usr/local/bin