-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add Kubectl Installation at minikube docs #17430
Comments
Did you try |
I think we can add the kubectl installation command or link of that page in between 2 & 3 step because on the 3rd step the kubectl is caming suddenly and get a new term kubectl for him. which makes not understandable for beginners. |
Just saying that you can use minikube to install kubectl... How to use it after that, that's another story: https://kubernetes.io/docs/reference/kubectl/ But installation (with version and os/arch), that is automated. |
Yes @afbjorklund, this is also a way |
Should We work on this @afbjorklund ?? |
I don't think we need a separate step, to install kubectl... There could be some links to the k8s.io documentation, though. But we don't need any specials like |
See this issue, for why it was simplified and automated: Installing And it's good if they don't have to do it again, for |
Ok, but can we add the kubectl installation any reference there? |
There is one page for each OS (unfortunately), but it could be something like: If you already have kubectl installed (see documentation), you can now use it to access your shiny new cluster:
Alternatively, minikube can download the appropriate version of kubectl and you should be able to use it like this:
Then the upstream documentation will have all the different installation options. |
Ok, Thanks for telling me this above. I have cleared all my doubts. |
If we set up the Kubernetes, we first install the Minikube and then install Kubectl. Then only we are able to set up the Kubernetes. But, if we see the https://minikube.sigs.k8s.io/docs/start/ , if we have to start the cluster. Firstly, we have to set up the kubectl but, the command for kubectl "sudo snap kubectl --classic" is missing.
I think we can add the kubectl installation commands before starting the cluster or between 2 & 3 step through kubectl or can provide this link https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/ there. So, that anyone can play with minikube cluster very smoothly.
The text was updated successfully, but these errors were encountered: