Study. uk . com
  1. Home
  2. All questions
  3. 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?

  1. --container-runtime
  2. --cri-socket
  3. --image-service-endpoint
  4. --runtime-endpoint
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

Challenge yourself on this topic → Study as cards