Difference between revisions of "Kubectl get configmaps"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | |||
+ | [[kubectl get]] cm | ||
[[kubectl get]] configmaps | [[kubectl get]] configmaps |
Revision as of 13:56, 26 December 2022
kubectl get cm
kubectl get configmaps NAME DATA AGE grafana 1 4h40m grafana-test 1 4h40m kube-root-ca.crt 1 5d18h kubernetes-dashboard-settings 0 2d17h my-mariadb 1 22h
kubectl get configmap coredns -n kube-system NAME DATA AGE coredns 1 6h9m
kubectl get configmaps NAME DATA AGE kube-root-ca.crt 1 6h3m
kubectl get configmaps -A NAMESPACE NAME DATA AGE default kube-root-ca.crt 1 6h4m kube-node-lease kube-root-ca.crt 1 6h4m kube-public kube-root-ca.crt 1 6h4m kube-system aws-auth 3 6h1m kube-system coredns 1 6h4m kube-system cp-vpc-resource-controller 0 6h4m kube-system eks-certificates-controller 0 6h4m kube-system extension-apiserver-authentication 6 6h4m kube-system kube-proxy 1 6h4m kube-system kube-proxy-config 1 6h4m kube-system kube-root-ca.crt 1 6h4m
Related
kubectl api-resources
kubectl describe configmaps
kubectl get configmap
Error: UPGRADE FAILED: kind ConfigMap with the name "you-configmap-name" in "your-env" already exists
See also
- ConfigMaps:
kubectl [ get | edit | describe | create | delete ] configmaps
,aws-auth
, Kustomize,kind: ConfigMap, ConfigMapRef, envFrom
- Kubectl information commands:
cluster-info
|view
|pods
|nodes
|services
|version
|describe | logs
Advertising: