- Home
- All questions
- Question 562
CKA study material · question 562 of 1000
kubeadm init prints several preflight WARNING lines and then continues. What does this tell you?
Show the answer
Answer: A. Warnings do not stop the run; only preflight errors do
kubeadm init runs its prechecks first, printing warnings and exiting only on errors, so a run that continues past warnings has passed the blocking checks.
Source: Creating a cluster with kubeadm (Kubernetes) — Initializing your control-plane node