- Home
- All questions
- 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?
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