Difference between revisions of "Kubectl describe configmaps"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
game.properties: 158 bytes | game.properties: 158 bytes | ||
ui.properties: 83 bytes | ui.properties: 83 bytes | ||
+ | </pre> | ||
+ | |||
+ | == kubectl describe configmap grafana == | ||
+ | <pre> | ||
+ | kubectl describe configmaps grafana | ||
+ | Name: grafana | ||
+ | Namespace: default | ||
+ | Labels: app.kubernetes.io/instance=grafana | ||
+ | app.kubernetes.io/managed-by=Helm | ||
+ | app.kubernetes.io/name=grafana | ||
+ | app.kubernetes.io/version=8.5.3 | ||
+ | helm.sh/chart=grafana-6.29.4 | ||
+ | Annotations: meta.helm.sh/release-name: grafana | ||
+ | meta.helm.sh/release-namespace: default | ||
+ | |||
+ | Data | ||
+ | ==== | ||
+ | grafana.ini: | ||
+ | ---- | ||
+ | [analytics] | ||
+ | check_for_updates = true | ||
+ | [grafana_net] | ||
+ | url = https://grafana.net | ||
+ | [log] | ||
+ | mode = console | ||
+ | [paths] | ||
+ | data = /var/lib/grafana/ | ||
+ | logs = /var/log/grafana | ||
+ | plugins = /var/lib/grafana/plugins | ||
+ | provisioning = /etc/grafana/provisioning | ||
+ | |||
+ | |||
+ | BinaryData | ||
+ | ==== | ||
+ | |||
+ | Events: <none> | ||
</pre> | </pre> | ||
Revision as of 20:33, 26 May 2022
kubectl describe configmaps
kubectl describe configmaps YourConfigMapName
Name: game-config Namespace: default Labels: <none> Annotations: <none> Data ==== game.properties: 158 bytes ui.properties: 83 bytes
kubectl describe configmap grafana
kubectl describe configmaps grafana Name: grafana Namespace: default Labels: app.kubernetes.io/instance=grafana app.kubernetes.io/managed-by=Helm app.kubernetes.io/name=grafana app.kubernetes.io/version=8.5.3 helm.sh/chart=grafana-6.29.4 Annotations: meta.helm.sh/release-name: grafana meta.helm.sh/release-namespace: default Data ==== grafana.ini: ---- [analytics] check_for_updates = true [grafana_net] url = https://grafana.net [log] mode = console [paths] data = /var/lib/grafana/ logs = /var/log/grafana plugins = /var/lib/grafana/plugins provisioning = /etc/grafana/provisioning BinaryData ==== Events: <none>
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: