- Home
- All questions
- Question 927
CKA study material · question 927 of 1000
kubectl cluster-info dump is run with no namespace flags. Which namespaces does it cover?
Show the answer
Answer: D. The current namespace and kube-system
By default the dump covers the current namespace and kube-system; --namespaces or --all-namespaces widens it.
Source: kubectl cluster-info dump (Kubernetes) — Synopsis