Study. uk . com
  1. Home
  2. All questions
  3. 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?

  1. The plugin names must be lowercase
  2. The flag parses key=value pairs, so a comma-separated value is read as another key
  3. The flag accepts only one argument
  4. Admission plugins cannot be set by kubeadm
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

Challenge yourself on this topic → Study as cards