Difference between revisions of "Kubectl describe configmaps"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
* <code>[[kubectl -n kube-system describe configmaps kube-proxy]]</code> | * <code>[[kubectl -n kube-system describe configmaps kube-proxy]]</code> | ||
− | + | * <code>[[kubectl describe configmap grafana]]</code> | |
− | < | ||
− | kubectl describe | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | </ | ||
== Activities == | == Activities == |
Revision as of 19:23, 2 July 2022
kubectl describe configmaps
kubectl describe configmaps -A
kubectl describe configmaps -A | grep -w Name
kubectl describe configmaps YourConfigMapName
Name: game-config Namespace: default Labels: <none> Annotations: <none> Data ==== game.properties: 158 bytes ui.properties: 83 bytes
Activities
- CKAD: Understand ConfigMaps
kubectl get configmaps
See also
- ConfigMaps:
kubectl [ get | edit | describe | create | delete ] configmaps
,aws-auth
, Kustomize,kind: ConfigMap, ConfigMapRef, envFrom
kubectl
: [cp | config | create
|delete
|edit | explain |
apply
|exec
|get
|set
|drain | uncordon | rolling-update
|rollout
|logs
|run
|auth
|label | annotate
|version
|top
|diff
|debug
|replace
|describe
|port-forward | proxy
|scale
|rollout
|api-resources
| expose deployment | expose | patch | attach | get endpoints | ~/.kube/config | kubectl logs --help | kubectl --help, kubectl-convert, kubectl autoscale, kubectl.kubernetes.io
Advertising: