Study. uk . com
  1. Home
  2. All questions
  3. Question 907

CKA study material · question 907 of 1000

kubeadm init hangs after printing that it created the API client and is waiting for the control plane. Which two causes are named? Choose two.

  1. A network connectivity problem on the machine
  2. A missing Pod network add-on
  3. Control plane containers crash-looping or hanging
  4. An unsupported kernel version
Show the answer

Answer: A. A network connectivity problem on the machine
C. Control plane containers crash-looping or hanging

Those are the two most common causes; the container states are inspected with crictl. A missing network add-on shows up later as a Pending CoreDNS, and an unsupported kernel fails preflight.

Source: Troubleshooting kubeadm (Kubernetes) — kubeadm blocks waiting for control plane during installation

Challenge yourself on this topic → Study as cards