-
Notifications
You must be signed in to change notification settings - Fork 40
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
Draining node is called multiple times (30+) while deleting a machine #130
Comments
it seems that after removing etcd from the machine to be deleted, that machine still receives apiserver requests but failed to responds. Let's confirm if that's the case, and why loadbalaner doesn't remove the unresponding apiserver. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I created k3s cluster with CAPZ clusterclass, while deleting a machine, even though node drain is successful, CAPI keeps draining the same machine for 30+ times. Need more investigation if this is specific to
capi k3s
.Log:
Could be solved by adding setting
nodedraintimeout
to something short like 30s. But it is a potential issue if we keep sending lots of unnecessary messages to api server.The text was updated successfully, but these errors were encountered: