Name: cinder-api-7d8b8cc894-9fjc4 Namespace: openstack Priority: 0 Service Account: cinder-api Node: instance/199.204.45.244 Start Time: Tue, 02 Jun 2026 12:41:38 +0000 Labels: application=cinder component=api pod-template-hash=7d8b8cc894 release_group=cinder Annotations: configmap-bin-hash: 23d794b59bd8376c7916308c451019defcd089385b3075016e1a6d38af1a1bae configmap-etc-hash: c4db5268764376919d54f150d9adf23cb74cba8ec9afb3af0965a2ef7ddfcecd openstackhelm.openstack.org/release_uuid: Status: Running IP: 10.0.0.188 IPs: IP: 10.0.0.188 Controlled By: ReplicaSet/cinder-api-7d8b8cc894 Init Containers: init: Container ID: containerd://6822cadeed484a6e9fae26df617e13e0784046ea0c1641de031159fc206a537a Image: harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint:edge@sha256:8921b64b87af184a1421dd856b2703bcf3cff9f50863cd0d18371cf964a87bd3 Image ID: harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint@sha256:8921b64b87af184a1421dd856b2703bcf3cff9f50863cd0d18371cf964a87bd3 Port: Host Port: Command: kubernetes-entrypoint State: Terminated Reason: Completed Exit Code: 0 Started: Tue, 02 Jun 2026 12:41:39 +0000 Finished: Tue, 02 Jun 2026 12:44:28 +0000 Ready: True Restart Count: 0 Environment: POD_NAME: cinder-api-7d8b8cc894-9fjc4 (v1:metadata.name) NAMESPACE: openstack (v1:metadata.namespace) INTERFACE_NAME: eth0 PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/ DEPENDENCY_SERVICE: openstack:percona-xtradb-haproxy,openstack:keystone-api DEPENDENCY_JOBS: cinder-db-sync,cinder-ks-user,cinder-ks-endpoints,cinder-rabbit-init,cinder-storage-init DEPENDENCY_DAEMONSET: DEPENDENCY_CONTAINER: DEPENDENCY_POD_JSON: DEPENDENCY_CUSTOM_RESOURCE: Mounts: /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-x2dkv (ro) ceph-coordination-volume-perms: Container ID: containerd://f877f43aee765632df8dd967bd2737a10905cc6c7be2de23844af8295e286227 Image: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder:main@sha256:ae85483d20987e0959f4b22a164215f2e432dec2891b8c49d0f8b940d83aca87 Image ID: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder@sha256:ae85483d20987e0959f4b22a164215f2e432dec2891b8c49d0f8b940d83aca87 Port: Host Port: Command: chown -R cinder: /var/lib/cinder/coordination State: Terminated Reason: Completed Exit Code: 0 Started: Tue, 02 Jun 2026 12:44:28 +0000 Finished: Tue, 02 Jun 2026 12:44:28 +0000 Ready: True Restart Count: 0 Environment: Mounts: /tmp from pod-tmp (rw) /var/lib/cinder/coordination from cinder-coordination (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-x2dkv (ro) Containers: cinder-api: Container ID: containerd://dfd0d9326dfbd7517626a24d63ed58e8fc30ec637aabd5c945a04bd4d680b029 Image: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder:main@sha256:ae85483d20987e0959f4b22a164215f2e432dec2891b8c49d0f8b940d83aca87 Image ID: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder@sha256:ae85483d20987e0959f4b22a164215f2e432dec2891b8c49d0f8b940d83aca87 Port: 8776/TCP Host Port: 0/TCP Command: /tmp/cinder-api.sh start State: Running Started: Tue, 02 Jun 2026 12:44:29 +0000 Ready: True Restart Count: 0 Liveness: http-get http://:8776/ delay=5s timeout=1s period=10s #success=1 #failure=3 Readiness: http-get http://:8776/ delay=30s timeout=1s period=10s #success=1 #failure=3 Environment: Mounts: /etc/cinder/api-paste.ini from cinder-etc (ro,path="api-paste.ini") /etc/cinder/api_audit_map.conf from cinder-etc (ro,path="api_audit_map.conf") /etc/cinder/cinder-api-uwsgi.ini from cinder-etc (ro,path="cinder-api-uwsgi.ini") /etc/cinder/cinder.conf from cinder-etc (ro,path="cinder.conf") /etc/cinder/policy.yaml from cinder-etc (ro,path="policy.yaml") /etc/cinder/resource_filters.json from cinder-etc (ro,path="resource_filters.json") /tmp from pod-tmp (rw) /tmp/cinder-api.sh from cinder-bin (ro,path="cinder-api.sh") /var/lib/cinder/coordination from cinder-coordination (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-x2dkv (ro) /var/www/cgi-bin/cinder from wsgi-cinder (rw) Conditions: Type Status Initialized True Ready True ContainersReady True PodScheduled True Volumes: pod-tmp: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: wsgi-cinder: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: cinder-bin: Type: ConfigMap (a volume populated by a ConfigMap) Name: cinder-bin Optional: false cinder-etc: Type: Secret (a volume populated by a Secret) SecretName: cinder-etc Optional: false cinder-coordination: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: kube-api-access-x2dkv: 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 21m default-scheduler Successfully assigned openstack/cinder-api-7d8b8cc894-9fjc4 to instance Normal Pulled 21m kubelet Container image "harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint:edge@sha256:8921b64b87af184a1421dd856b2703bcf3cff9f50863cd0d18371cf964a87bd3" already present on machine Normal Created 21m kubelet Created container init Normal Started 21m kubelet Started container init Normal Pulled 18m kubelet Container image "harbor.atmosphere.dev/ghcr.io/vexxhost/cinder:main@sha256:ae85483d20987e0959f4b22a164215f2e432dec2891b8c49d0f8b940d83aca87" already present on machine Normal Created 18m kubelet Created container ceph-coordination-volume-perms Normal Started 18m kubelet Started container ceph-coordination-volume-perms Normal Pulled 18m kubelet Container image "harbor.atmosphere.dev/ghcr.io/vexxhost/cinder:main@sha256:ae85483d20987e0959f4b22a164215f2e432dec2891b8c49d0f8b940d83aca87" already present on machine Normal Created 18m kubelet Created container cinder-api Normal Started 18m kubelet Started container cinder-api Warning ProbeWarning 6m14s (x72 over 18m) kubelet Readiness probe warning: Probe terminated redirects, Response body: {"versions": [{"id": "v3.0", "status": "CURRENT", "version": "3.71", "min_version": "3.0", "updated": "2023-08-31T00:00:00Z", "links": [{"rel": "describedby", "type": "text/html", "href": "https://docs.openstack.org/"}, {"rel": "self", "href": "http://10.0.0.188:8776/v3/"}], "media-types": [{"base": "application/json", "type": "application/vnd.openstack.volume+json;version=3"}]}]} Warning ProbeWarning 74s (x104 over 18m) kubelet Liveness probe warning: Probe terminated redirects, Response body: {"versions": [{"id": "v3.0", "status": "CURRENT", "version": "3.71", "min_version": "3.0", "updated": "2023-08-31T00:00:00Z", "links": [{"rel": "describedby", "type": "text/html", "href": "https://docs.openstack.org/"}, {"rel": "self", "href": "http://10.0.0.188:8776/v3/"}], "media-types": [{"base": "application/json", "type": "application/vnd.openstack.volume+json;version=3"}]}]}