Open satizzzzz opened 8 months ago
While running kubectl get nodes --kubeconfig admin.kubeconfig , i could see 2 of worker nodes.
NAME STATUS ROLES AGE VERSION node01 Ready 11m v1.28.0 node02 Ready 35s v1.28.0
How can add control plane to it?
Unlike Kuberadm, here the control plane is not in a k8s node.
While running kubectl get nodes --kubeconfig admin.kubeconfig , i could see 2 of worker nodes.
NAME STATUS ROLES AGE VERSION node01 Ready 11m v1.28.0
node02 Ready 35s v1.28.0
How can add control plane to it?