-
Notifications
You must be signed in to change notification settings - Fork 77
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
The "server:" URL output by the "k0sctl kubeconfig" command is not a CPLB IP address. #780
Comments
The first choice is the It's possible the lookup for virtual server address is flawed, I'll look into it. |
I have confirmed that the latest version outputs CPLB IP. Thanks. |
By the way, I think there are cases where you only want redundancy of the kube API server among the CPLB settings. In that case, the parameter Is it appropriate that k0sctl only searches for IP addresses from parameters on the virtualServers side? |
The |
If CPLB is enabled, when kubeconfig is generated with the
k0sctl kubeconfig
command,server:
URL will be the real IP address of the controller, not the IP address of the CPLB.The only way to get rid of this problem is to add an option like
k0sctl kubeconfig --address https://CPLBIP:6443
.Is this the intended specification?
The text was updated successfully, but these errors were encountered: