You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, since cluster is in unhealthy state, the following add node operation get blocked.
Nov 21 02:49:37 mc2-control-plane-h9kvp k3s[5875]: time="2023-11-21T02:49:37Z" level=info msg="Waiting to retrieve kube-proxy configuration; server is not ready: https://127.0.0.1:6443/v1-k3s/readyz: 500 Internal Server Error"
Nov 21 02:49:37 mc2-control-plane-h9kvp k3s[5875]: time="2023-11-21T02:49:37Z" level=info msg="Adding member mc2-control-plane-h9kvp-b513763a=https://192.168.0.114:2380 to etcd cluster [mc2-control-plane-psph2-00576310=https://192.168.0.111:2380 mc2-control-plane-w>
Nov 21 02:49:37 mc2-control-plane-h9kvp k3s[5875]: {"level":"warn","ts":"2023-11-21T02:49:37.542Z","logger":"etcd-client","caller":"[email protected]/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"etcd-endpoints://0xc00064e380/192.168.0.111:2>
Nov 21 02:49:37 mc2-control-plane-h9kvp k3s[5875]: time="2023-11-21T02:49:37Z" level=info msg="Waiting for other members to finish joining etcd cluster: etcdserver: unhealthy cluster"
To fix the issue, k3s cp provider shall be able to pass machineSpec nodeDeletionTimeout property.
The text was updated successfully, but these errors were encountered:
In a rolling update kcp process, when deleting node timedout, capi print err log and proceed to delete machine.
However, since cluster is in unhealthy state, the following add node operation get blocked.
To fix the issue, k3s cp provider shall be able to pass machineSpec nodeDeletionTimeout property.
The text was updated successfully, but these errors were encountered: