- Home
- All questions
- Question 972
CKA study material · question 972 of 1000
A ConfigMap is created from a directory containing regular files, a subdirectory and a symlink. What is packaged?
Show the answer
Answer: D. Only the regular files whose basenames are valid keys
Directory entries other than regular files — subdirectories, symlinks, devices, pipes — are ignored, as are files whose basenames are not valid keys.
Source: kubectl create configmap (Kubernetes) — Synopsis