-
Notifications
You must be signed in to change notification settings - Fork 242
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
kubeone reset fails when LB is not functioning #474
Comments
@kron4eg Isn't this working as expected? We use LB as the API endpoint by default. Therefore, it's also written in kubeconfig. As an eventual fix, we could try to connect to the node directly, but that would require modifying kubeconfig (possible with client-go). |
I suppose client error shouldn’t be treated as fatal error, and even if it happens — we should retry it it few times and then proceed to ssh-ing to nodes anyway.
… On Jun 1, 2019, at 12:37, Marko Mudrinić ***@***.***> wrote:
@kron4eg Isn't this working as expected? We use LB as the API endpoint by default. Therefore, it's also written in kubeconfig. As an eventual fix, we could try to connect to the node directly, but that would require modifying kubeconfig (possible with client-go).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I agree that we should retry a few times, but I disagree that we should skip and proceed to SSH-ing. I prefer showing an error message and instruct the user that the step can be skipped by setting |
SGTM |
|
A workaround is to add a log message when this happens to use the |
The text was updated successfully, but these errors were encountered: