I want to add worker as control-plane, but it skipped as it in cluster.
Relevant log output
13:13:21 UTC [JoinNodesModule] Join control-plane node
13:13:21 UTC skipped: [root100]
13:13:21 UTC skipped: [nine]
13:13:21 UTC skipped: [eleven]
13:13:21 UTC [JoinNodesModule] Join worker node
13:13:21 UTC skipped: [root101]
13:13:21 UTC skipped: [eleven]
13:13:21 UTC skipped: [ten]
13:13:21 UTC skipped: [eight]
13:13:21 UTC skipped: [nine]
13:13:21 UTC skipped: [root100]
Additional information
root@ten:~# kubectl get nodes
NAME STATUS ROLES AGE VERSION
eight Ready worker 7h22m v1.23.8
eleven Ready worker 7h22m v1.23.8
nine Ready control-plane,master,worker 21d v1.23.8
root100 Ready worker 21d v1.23.8
root101 Ready worker 21d v1.23.8
ten NotReady,SchedulingDisabled worker 21d v1.23.8
What is version of KubeKey has the issue?
2.3.0-rc.3
What is your os environment?
Ubuntu 18
KubeKey config file
A clear and concise description of what happend.
I want to add worker as
control-plane
, but it skipped as it in cluster.Relevant log output
Additional information