Difference between revisions of "Kubectl describe deployment grafana"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
[[kubectl describe deployment]] grafana | [[kubectl describe deployment]] grafana | ||
+ | |||
+ | |||
+ | Name: grafana | ||
+ | Namespace: default | ||
+ | CreationTimestamp: Wed, 25 May 2022 14:36:57 +0200 | ||
+ | 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: deployment.kubernetes.io/revision: 1 | ||
+ | meta.helm.sh/release-name: grafana | ||
+ | meta.helm.sh/release-namespace: default | ||
+ | Selector: app.kubernetes.io/instance=grafana,app.kubernetes.io/name=grafana | ||
+ | Replicas: 1 desired | 1 updated | 1 total | 1 available | 0 unavailable | ||
+ | StrategyType: RollingUpdate | ||
+ | MinReadySeconds: 0 | ||
+ | RollingUpdateStrategy: 25% max unavailable, 25% max surge | ||
+ | Pod Template: | ||
+ | Labels: app.kubernetes.io/instance=grafana | ||
+ | app.kubernetes.io/name=grafana | ||
+ | Annotations: checksum/config: 065d46cc4a80d149909b8fb2219df8aa9978abf3e074ff48197db897bf45a270 | ||
+ | checksum/dashboards-json-config: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b | ||
+ | checksum/sc-dashboard-provider-config: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b | ||
+ | checksum/secret: 62e898746c7bd5f168fb9fa12de634e3e5bd189e36cc5354a0da8b4d4ef7d650 | ||
+ | Service Account: grafana | ||
+ | Init Containers: | ||
+ | init-chown-data: | ||
+ | Image: busybox:1.31.1 | ||
+ | Port: <none> | ||
+ | Host Port: <none> | ||
+ | Command: | ||
+ | chown | ||
+ | -R | ||
+ | 472:472 | ||
+ | /var/lib/grafana | ||
+ | Environment: <none> | ||
+ | Mounts: | ||
+ | /var/lib/grafana from storage (rw) | ||
+ | Containers: | ||
+ | grafana: | ||
+ | Image: grafana/grafana:8.5.3 | ||
+ | Ports: 80/TCP, 3000/TCP | ||
+ | Host Ports: 0/TCP, 0/TCP | ||
+ | Liveness: http-get http://:3000/api/health delay=60s timeout=30s period=10s #success=1 #failure=10 | ||
+ | Readiness: http-get http://:3000/api/health delay=0s timeout=1s period=10s #success=1 #failure=3 | ||
+ | Environment: | ||
+ | GF_SECURITY_ADMIN_USER: <set to the key 'admin-user' in secret 'grafana'> Optional: false | ||
+ | GF_SECURITY_ADMIN_PASSWORD: <set to the key 'admin-password' in secret 'grafana'> Optional: false | ||
+ | GF_PATHS_DATA: /var/lib/grafana/ | ||
+ | GF_PATHS_LOGS: /var/log/grafana | ||
+ | GF_PATHS_PLUGINS: /var/lib/grafana/plugins | ||
+ | GF_PATHS_PROVISIONING: /etc/grafana/provisioning | ||
+ | Mounts: | ||
+ | /etc/grafana/grafana.ini from config (rw,path="grafana.ini") | ||
+ | /var/lib/grafana from storage (rw) | ||
+ | Volumes: | ||
+ | config: | ||
+ | Type: ConfigMap (a volume populated by a ConfigMap) | ||
+ | Name: grafana | ||
+ | Optional: false | ||
+ | storage: | ||
+ | Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace) | ||
+ | ClaimName: grafana | ||
+ | ReadOnly: false | ||
+ | Conditions: | ||
+ | Type Status Reason | ||
+ | ---- ------ ------ | ||
+ | Available True MinimumReplicasAvailable | ||
+ | Progressing True NewReplicaSetAvailable | ||
+ | OldReplicaSets: <none> | ||
+ | NewReplicaSet: grafana-f8c9695b9 (1/1 replicas created) | ||
+ | Events: <none> | ||
+ | |||
== See also == | == See also == | ||
+ | * {{kubectl describe}} | ||
* {{Kubernetes deployments}} | * {{Kubernetes deployments}} | ||
− | |||
[[Category:Kubernetes]] | [[Category:Kubernetes]] |
Revision as of 16:03, 31 May 2022
kubectl describe deployment grafana
Name: grafana Namespace: default CreationTimestamp: Wed, 25 May 2022 14:36:57 +0200 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: deployment.kubernetes.io/revision: 1 meta.helm.sh/release-name: grafana meta.helm.sh/release-namespace: default Selector: app.kubernetes.io/instance=grafana,app.kubernetes.io/name=grafana Replicas: 1 desired | 1 updated | 1 total | 1 available | 0 unavailable StrategyType: RollingUpdate MinReadySeconds: 0 RollingUpdateStrategy: 25% max unavailable, 25% max surge Pod Template: Labels: app.kubernetes.io/instance=grafana app.kubernetes.io/name=grafana Annotations: checksum/config: 065d46cc4a80d149909b8fb2219df8aa9978abf3e074ff48197db897bf45a270 checksum/dashboards-json-config: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b checksum/sc-dashboard-provider-config: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b checksum/secret: 62e898746c7bd5f168fb9fa12de634e3e5bd189e36cc5354a0da8b4d4ef7d650 Service Account: grafana Init Containers: init-chown-data: Image: busybox:1.31.1 Port: <none> Host Port: <none> Command: chown -R 472:472 /var/lib/grafana Environment: <none> Mounts: /var/lib/grafana from storage (rw) Containers: grafana: Image: grafana/grafana:8.5.3 Ports: 80/TCP, 3000/TCP Host Ports: 0/TCP, 0/TCP Liveness: http-get http://:3000/api/health delay=60s timeout=30s period=10s #success=1 #failure=10 Readiness: http-get http://:3000/api/health delay=0s timeout=1s period=10s #success=1 #failure=3 Environment: GF_SECURITY_ADMIN_USER: <set to the key 'admin-user' in secret 'grafana'> Optional: false GF_SECURITY_ADMIN_PASSWORD: <set to the key 'admin-password' in secret 'grafana'> Optional: false GF_PATHS_DATA: /var/lib/grafana/ GF_PATHS_LOGS: /var/log/grafana GF_PATHS_PLUGINS: /var/lib/grafana/plugins GF_PATHS_PROVISIONING: /etc/grafana/provisioning Mounts: /etc/grafana/grafana.ini from config (rw,path="grafana.ini") /var/lib/grafana from storage (rw) Volumes: config: Type: ConfigMap (a volume populated by a ConfigMap) Name: grafana Optional: false storage: Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace) ClaimName: grafana ReadOnly: false Conditions: Type Status Reason ---- ------ ------ Available True MinimumReplicasAvailable Progressing True NewReplicaSetAvailable OldReplicaSets: <none> NewReplicaSet: grafana-f8c9695b9 (1/1 replicas created) Events: <none>
See also
kubectl describe [ nodes | pods | deployment | pv | pvc | secrets | configmaps | networkpolicy | job ]
- Kubernetes deployments, strategies:
kind: Deployment
, Strategies:Recreate
orRollingUpdate
,kubectl
[create | describe | get | scale | rollout | deployment/
], Kubernetes Canary Deployments,deployment.kubernetes.io
Advertising: