kubectl get configmap

From wikieduonline
Revision as of 21:00, 7 February 2024 by Welcome (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

kubectl get configmap
kubectl get configmap -A
kubectl get configmap -n kube-system
kubectl get configmap -n prod
NAME                          DATA   AGE
elasticsearch-master-config   1      5d22h
kube-root-ca.crt              1      14d
your-app                      1      21h


kubectl -n kube-system get configmap aws-auth
NAME       DATA   AGE
aws-auth   2      19h
kubectl -n kube-system get configmap aws-auth -o=yaml
kubectl get configmap argocd-cm -n argocd -o yaml > argocd-cm.yml

Related[edit]

See also[edit]

Advertising: