- Home
- All questions
- Question 960
CKA study material · question 960 of 1000
Pods start normally but cannot be stopped, and the runtime reports "invalid version: the version is empty" from StopPodSandbox. What is missing?
Show the answer
Answer: B. The version field in the CNI configuration file
A CNI config with no declared version lets Pods start but fails teardown, leaving each Pod not ready with its network namespace still attached until the version is added.
Source: Troubleshooting CNI plugin-related errors (Kubernetes) — Failed to destroy network for sandbox error