CKA · Question #63
Fix a single-node cluster that got broken during machine migration. First, identify the broken cluster components and investigate what breaks them. The decommissioned cluster used an external etcd ser
Task Summary SSH into node: cka000059 Cluster was migrated to a new machine It uses an external etcd server Identify and fix misconfigured components Bring the cluster back to a healthy state Step-by-Step Solution Step 1: SSH into the correct host ssh cka000059 Step 2: Check the
Question
Explanation
Task Summary SSH into node: cka000059 Cluster was migrated to a new machine It uses an external etcd server Identify and fix misconfigured components Bring the cluster back to a healthy state
Step-by-Step Solution Step 1: SSH into the correct host ssh cka000059 Step 2: Check the cluster status Run: kubectl get nodes If it fails, the kubelet or kube-apiserver is likely broken. Check kubelet status: sudo systemctl status kubelet Also, check pod statuses in the control plane:
Topics
Community Discussion
No community discussion yet for this question.