- Home
- All questions
- Question 410
CKA study material · question 410 of 1000
Passing an admission-plugin list through --apiserver-extra-args fails with a malformed pair error. Why?
Show the answer
Answer: B. The flag parses key=value pairs, so a comma-separated value is read as another key
The underlying type expects key=value pairs, so a comma inside the value is taken as a separator.
Source: Troubleshooting kubeadm (Kubernetes) — Not possible to pass a comma separated list of values