Name: kube-prometheus-stack-grafana-85b6fd8f44-qq78p Namespace: monitoring Priority: 0 Service Account: kube-prometheus-stack-grafana Node: instance/199.19.213.59 Start Time: Mon, 24 Aug 2026 15:42:56 +0000 Labels: app.kubernetes.io/instance=kube-prometheus-stack app.kubernetes.io/name=grafana pod-template-hash=85b6fd8f44 Annotations: checksum/config: 35784380e4632063196e1173ce3e633b02821feb05befd7786327fe39def0779 checksum/sc-dashboard-provider-config: e70bf6a851099d385178a76de9757bb0bef8299da6d8443602590e44f05fdf24 checksum/secret: a83ea6cc8695a0509ca2e406902040cc25ae3b00996649bc9774f396f118154c kubectl.kubernetes.io/default-container: grafana Status: Running IP: 10.0.0.214 IPs: IP: 10.0.0.214 Controlled By: ReplicaSet/kube-prometheus-stack-grafana-85b6fd8f44 Containers: grafana-sc-dashboard: Container ID: containerd://1f1017bcd3e07ce286eaa6be4ad269773c79035f7ba265c0561e94f48ac3f6f0 Image: harbor.atmosphere.dev/quay.io/kiwigrid/k8s-sidecar:1.26.1 Image ID: harbor.atmosphere.dev/quay.io/kiwigrid/k8s-sidecar@sha256:b8d5067137fec093cf48670dc3a1dbb38f9e734f3a6683015c2e89a45db5fd16 Port: Host Port: SeccompProfile: RuntimeDefault State: Running Started: Mon, 24 Aug 2026 15:43:02 +0000 Ready: True Restart Count: 0 Environment: METHOD: WATCH LABEL: grafana_dashboard LABEL_VALUE: 1 FOLDER: /tmp/dashboards RESOURCE: both NAMESPACE: ALL REQ_USERNAME: Optional: false REQ_PASSWORD: Optional: false REQ_URL: http://localhost:3000/api/admin/provisioning/dashboards/reload REQ_METHOD: POST Mounts: /tmp/dashboards from sc-dashboard-volume (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-lxx5t (ro) grafana-sc-datasources: Container ID: containerd://b7457193bfe43a7972aca0b9e5ef90bb6ff1237d46e88e4cb7e8d5fca48e5a14 Image: harbor.atmosphere.dev/quay.io/kiwigrid/k8s-sidecar:1.26.1 Image ID: harbor.atmosphere.dev/quay.io/kiwigrid/k8s-sidecar@sha256:b8d5067137fec093cf48670dc3a1dbb38f9e734f3a6683015c2e89a45db5fd16 Port: Host Port: SeccompProfile: RuntimeDefault State: Running Started: Mon, 24 Aug 2026 15:43:03 +0000 Ready: True Restart Count: 0 Environment: METHOD: WATCH LABEL: grafana_datasource LABEL_VALUE: 1 FOLDER: /etc/grafana/provisioning/datasources RESOURCE: both REQ_USERNAME: Optional: false REQ_PASSWORD: Optional: false REQ_URL: http://localhost:3000/api/admin/provisioning/datasources/reload REQ_METHOD: POST Mounts: /etc/grafana/provisioning/datasources from sc-datasources-volume (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-lxx5t (ro) grafana: Container ID: containerd://1ceb69d7cd30bb689df7760ca6dc719865da1a5d1831787bf952dd1c6bde56f1 Image: harbor.atmosphere.dev/docker.io/grafana/grafana:11.0.0 Image ID: harbor.atmosphere.dev/docker.io/grafana/grafana@sha256:0dc5a246ab16bb2c38a349fb588174e832b4c6c2db0981d0c3e6cd774ba66a54 Ports: 3000/TCP, 9094/TCP, 9094/UDP Host Ports: 0/TCP, 0/TCP, 0/UDP SeccompProfile: RuntimeDefault State: Running Started: Mon, 24 Aug 2026 15:43:12 +0000 Ready: True Restart Count: 0 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: POD_IP: (v1:status.podIP) GF_SECURITY_ADMIN_USER: Optional: false GF_SECURITY_ADMIN_PASSWORD: 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") /etc/grafana/provisioning/dashboards/sc-dashboardproviders.yaml from sc-dashboard-provider (rw,path="provider.yaml") /etc/grafana/provisioning/datasources from sc-datasources-volume (rw) /etc/secrets/auth_generic_oauth from auth-generic-oauth-secret-mount (ro) /tmp/dashboards from sc-dashboard-volume (rw) /var/lib/grafana from storage (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-lxx5t (ro) Conditions: Type Status Initialized True Ready True ContainersReady True PodScheduled True Volumes: config: Type: ConfigMap (a volume populated by a ConfigMap) Name: kube-prometheus-stack-grafana Optional: false storage: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: sc-dashboard-volume: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: sc-dashboard-provider: Type: ConfigMap (a volume populated by a ConfigMap) Name: kube-prometheus-stack-grafana-config-dashboards Optional: false sc-datasources-volume: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: auth-generic-oauth-secret-mount: Type: Secret (a volume populated by a Secret) SecretName: kube-prometheus-stack-grafana-client-secret Optional: false kube-api-access-lxx5t: Type: Projected (a volume that contains injected data from multiple sources) TokenExpirationSeconds: 3607 ConfigMapName: kube-root-ca.crt ConfigMapOptional: DownwardAPI: true QoS Class: BestEffort Node-Selectors: openstack-control-plane=enabled Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s node.kubernetes.io/unreachable:NoExecute op=Exists for 300s Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 7m41s default-scheduler Successfully assigned monitoring/kube-prometheus-stack-grafana-85b6fd8f44-qq78p to instance Warning FailedMount 7m40s kubelet MountVolume.SetUp failed for volume "kube-api-access-lxx5t" : failed to sync configmap cache: timed out waiting for the condition Normal Pulling 7m39s kubelet Pulling image "harbor.atmosphere.dev/quay.io/kiwigrid/k8s-sidecar:1.26.1" Normal Pulled 7m35s kubelet Successfully pulled image "harbor.atmosphere.dev/quay.io/kiwigrid/k8s-sidecar:1.26.1" in 2.361s (3.838s including waiting) Normal Created 7m35s kubelet Created container grafana-sc-dashboard Normal Started 7m35s kubelet Started container grafana-sc-dashboard Normal Pulled 7m35s kubelet Container image "harbor.atmosphere.dev/quay.io/kiwigrid/k8s-sidecar:1.26.1" already present on machine Normal Created 7m35s kubelet Created container grafana-sc-datasources Normal Started 7m34s kubelet Started container grafana-sc-datasources Normal Pulling 7m34s kubelet Pulling image "harbor.atmosphere.dev/docker.io/grafana/grafana:11.0.0" Normal Pulled 7m25s kubelet Successfully pulled image "harbor.atmosphere.dev/docker.io/grafana/grafana:11.0.0" in 6.018s (9.763s including waiting) Normal Created 7m25s kubelet Created container grafana Normal Started 7m25s kubelet Started container grafana Warning Unhealthy 7m23s (x2 over 7m24s) kubelet Readiness probe failed: Get "http://10.0.0.214:3000/api/health": dial tcp 10.0.0.214:3000: connect: connection refused