I have just set up a Kubernetes cluster on DigitalOcean. I have followed the suggested tutorial but when I try and run the commands I keep getting prompted for a username and password which I have not been provided with.
I have seen a few posts where people say it will be emailed to me but it’s been well over an hour since the set-up completed and I have still not been emailed with anything (yes, I checked the usual places)
Commands I ran: $> doctl kubernetes cluster kubeconfig save MY-CLUSTER Notice: adding cluster credentials to kubeconfig file found in “/Users/anthonybudd/.kube/config” Notice: setting current-context to do-sfo2-ideea-prod $> kubctl get nodes Please enter Username:
Tutorial https://www.digitalocean.com/docs/kubernetes/how-to/connect-to-cluster/
Any help or insights would be appreciated.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
After pulling my hair out for a few hours and seriously questioning why I moved to DO, I’ve got to the bottom of the issue…
Manually downloading the config file and using doctl will retrieve different files. The manually downloaded config file has the auth details and the doctl one doesn’t.
Don’t use. doctl kubernetes cluster kubeconfig save ideea-prod
It’s a bug on your side 👍
This does not happen on my local Mac workstation, but it does seem to happen when I try to do it from a Linux container. The solution was
It’s Nov 8, 2020 and just came across this problem. Question here is when this is going to be fixed? The docs still refers to doctl as recommended option (Generate Using doctl (Recommended))… […]