Skip to content
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

How to setup addons on Windows? #19684

Open
CyberPartyZan opened this issue Sep 22, 2024 · 1 comment
Open

How to setup addons on Windows? #19684

CyberPartyZan opened this issue Sep 22, 2024 · 1 comment
Labels
addon/gcp-auth Issues with the GCP Auth addon kind/support Categorizes issue or PR as a support question.

Comments

@CyberPartyZan
Copy link

What Happened?

Hi everyone!

https://minikube.sigs.k8s.io/docs/handbook/addons/gcp-auth/

I'm trying to go through the Kubernetes tutorials and want to test minikube addons. I stuck on the one above, as I understand I should install "gcloud" SDK on my VM. But how to get access to the VM? "minikube ssh" enter some inside docker container, not the VM I need. Did I miss something? Or I need to configure gloud and other needed software on my host machine?

Anyway this tiny things (and maybe for someone obvious, but unfortunately not for me) are not covered by minikube Wiki.

I use Windows 11, so that's could be a problem. If it's easier to run minikube on Linux to not suffer from a lack of information in tutorials, please suggest me this way, because I can't make right decision by myself.

And sorry if I shouldn't report the issue here on GitHub, but Wiki page lead me here to make some feedback.

Attach the log file

log.txt

Operating System

Windows

Driver

Hyper-V

@spowelljr
Copy link
Member

Hi @CyberPartyZan, you don't need to install anything on the VM. You just need to make sure you have gcloud installed on your Windows machine and that you're logged in. Then you can enable the gcp-auth addon on minikube start with minikube start --addons=gcp-auth or after you've already stated the cluster with minikube addons enable gcp-auth and the rest should be handled for you automatically.

@spowelljr spowelljr added kind/support Categorizes issue or PR as a support question. addon/gcp-auth Issues with the GCP Auth addon labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addon/gcp-auth Issues with the GCP Auth addon kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

2 participants