-
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
Using Multi-Control Plane - HA Clusters #19113
Comments
As far as I can understand, I believe you are calling a ssh command and passing a shell command to be executed once it sshs in the machine. That command is using sudo, which is the "admin" password to use commands that do not belong to the current user. |
I use wsl, I tried to use the root account password I set up, it doesn't work, |
I see it, but what I meant was to to use the sudo password configured where the HA Cluster was configured, the ha-demo server I believe, have you tried this one too? If this dont work, would be great if you provide some more info and logs of the steps you are executing |
hi @ren-142326 instead of
btw, pr #19722 aims to improve the docs and use the appropriate kubernetes version automatically |
minikube ssh -p ha-demo -- 'sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig logs -n kube-system pod/kube-vip-ha-demo'
[sudo] password for docker:
where password?
The text was updated successfully, but these errors were encountered: