- Home
- All questions
- Question 57
CKA study material · question 57 of 1000
What does kubeadm init do before it downloads and installs the control-plane components?
Show the answer
Answer: C. It runs prechecks, printing warnings and stopping on errors
kubeadm init runs a series of prechecks first; warnings are printed and errors halt the run.
Source: Creating a cluster with kubeadm (Kubernetes) — More information