- Home
- All questions
- Question 959
CKA study material · question 959 of 1000
A containerd log shows "incompatible CNI versions; config is 1.0.0, plugin supports ...". What is wrong?
Show the answer
Answer: D. The config declares a version newer than the installed plugin supports
The message appears when the config version is later than what the plugin implements, and Pods will not start until the plugins or the config are brought into line.
Source: Troubleshooting CNI plugin-related errors (Kubernetes) — Incompatible CNI versions error