Study. uk . com
  1. Home
  2. All questions
  3. Question 786

CKA study material · question 786 of 1000

An engineer looks for the kubelet's --network-plugin and --cni-bin-dir flags on a current release and cannot find them. What changed?

  1. They moved into the kubelet configuration file
  2. They were removed; the container runtime loads CNI plugins now
  3. They were renamed with a cri- prefix
  4. They apply only when kube-proxy runs in nftables mode
Show the answer

Answer: B. They were removed; the container runtime loads CNI plugins now

Managing CNI is no longer the kubelet's concern: the flags were removed and the container runtime is configured to load the plugins that implement the network model.

Source: Network Plugins (Kubernetes) — Installation

Challenge yourself on this topic → Study as cards