-
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
Update minikube documentation #19756
Update minikube documentation #19756
Conversation
Welcome @cwansart! |
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Deploy preview for kubernetes-io-master-staging ready! Built with commit 23f955b https://deploy-preview-19756--kubernetes-io-master-staging.netlify.com |
Hi @cwansart and thanks for this PR. This is partly because we probably don't have reviewers who speak all of the languages that you want to change, and mostly because we need a signoff from each language team that a PR touches before we can merge it. (The robot that decides on approval can't tell a code-only change from a change that affects the localized text). Also, different localization teams use different branching strategies - see https://kubernetes.io/docs/contribute/start#choose-which-git-branch-to-use Would you be willing to save the non-English changes for the future and revise this to just change the |
Hey @sftim sure, I can do that. |
Done. The others will follow. I first need to check for their way of handling pull requests. |
/remove-language de |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
Needs a technical LGTM (I haven't checked this is accurate)
``` | ||
Minikube supports the following drivers: | ||
{{< note >}} | ||
See [DRIVERS](https://git.k8s.io/minikube/docs/drivers.md) for details on supported drivers and how to install | ||
See [DRIVERS](https://minikube.sigs.k8s.io/docs/reference/drivers/) for details on supported drivers and how to install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See [DRIVERS](https://minikube.sigs.k8s.io/docs/reference/drivers/) for details on supported drivers and how to install | |
See [Drivers](https://minikube.sigs.k8s.io/docs/reference/drivers/) for details on supported drivers and how to install |
Non-member feedback: /lgtm The minikube start --driver approach worked as per the advice, in my case I tested with docker
All of the updated links, resolve accordingly and take you to the expected target references. On a mac, I can confirm that the step for checking VMX, worked as expected
The guidance for using --driver=none also worked as expected -
Hope this helps the review process. |
@spurin: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@sftim please see my recent comment, hopefully this assists on the technical review aspect. |
/hold |
/hold cancel |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sftim, tengqm 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 |
This pull request updates the outdated Minikube documentation using the deprecated
--vm-driver
parameter, which was replaced by--driver
. It also updates the driver lists in all localizations and removing xhyve which does not exist anymore.