Difference between revisions of "Kubectl describe configmaps"
Jump to navigation
Jump to search
Line 32: | Line 32: | ||
== See also == | == See also == | ||
* {{ConfigMaps}} | * {{ConfigMaps}} | ||
− | |||
[[Category:Kubernetes]] | [[Category:Kubernetes]] | ||
[[Category:CKAD]] | [[Category:CKAD]] |
Revision as of 06:04, 11 August 2022
kubectl describe configmaps
https://kubernetes.io/docs/concepts/configuration/configmap/
kubectl -n kube-system describe configmaps
kubectl -n kube-system describe configmaps kube-proxy
kubectl describe configmap grafana
kubectl describe configmaps
kubectl describe configmaps -A
kubectl describe configmaps -A | grep -w Name
kubectl describe configmaps YourConfigMapName
Contents
Example
Name: game-config Namespace: default Labels: <none> Annotations: <none> Data ==== game.properties: 158 bytes ui.properties: 83 bytes
Activities
Related
See also
- ConfigMaps:
kubectl [ get | edit | describe | create | delete ] configmaps
,aws-auth
, Kustomize,kind: ConfigMap, ConfigMapRef, envFrom
Advertising: