- Home
- All questions
- Question 546
CKA study material · question 546 of 1000
A node has both containerd and CRI-O installed, and kubeadm join fails while trying to detect the runtime. Which flag resolves the ambiguity?
Show the answer
Answer: A. --cri-socket
kubeadm auto-detects a runtime by scanning known endpoints, and --cri-socket is how an administrator names one explicitly when several are installed.
Source: Creating a cluster with kubeadm (Kubernetes) — Initializing your control-plane node