- Home
- All questions
- Question 51
CKA study material · question 51 of 1000
kubeadm init stops with an error because it detected more than one container runtime. Which flag resolves this?
Show the answer
Answer: B. --cri-socket
kubeadm errors when it finds no runtime or several; --cri-socket names the one to use.
Source: Creating a cluster with kubeadm (Kubernetes) — Initializing your control-plane node