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
There seems to be a circular dependency or race condition in kitctl bootstrap. There are dependencies listed below:
Management cluster control plane depends on kubelet.
Management cluster control plane needs to be ready to install CNI
kubelet will stop if CNI is not ready.
CP appeared to be ready at beginning and it become unavailable when some addons are being installed because the kubectl stopped due the CNI is not ready.
@mengqiy I encountered a similar issue where there was a circular dependency between the Management cluster control plane, kubelet, and the CNI plugin during the kitctl bootstrap process. The Management cluster control plane appeared to be ready initially but became unavailable when some addons were being installed due to the kubelet stopping because the CNI plugin was not ready.
There seems to be a circular dependency or race condition in
kitctl bootstrap
. There are dependencies listed below:CP appeared to be ready at beginning and it become unavailable when some addons are being installed because the kubectl stopped due the CNI is not ready.
`kitctl bootstrap` log
kubelet.service log
Manually restart the kubelet.service on the node will bring the management cluster to a working state.
The text was updated successfully, but these errors were encountered: