Name:             cinder-api-0
Namespace:        openstack
Priority:         0
Service Account:  cinder-cinder
Node:             crc/192.168.126.11
Start Time:       Thu, 02 Oct 2025 16:58:33 +0000
Labels:           apps.kubernetes.io/pod-index=0
                  component=cinder-api
                  controller-revision-hash=cinder-api-8598f98c5d
                  service=cinder
                  statefulset.kubernetes.io/pod-name=cinder-api-0
Annotations:      k8s.ovn.org/pod-networks:
                    {"default":{"ip_addresses":["10.217.0.154/23"],"mac_address":"0a:58:0a:d9:00:9a","gateway_ips":["10.217.0.1"],"routes":[{"dest":"10.217.0....
                  k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ovn-kubernetes",
                        "interface": "eth0",
                        "ips": [
                            "10.217.0.154"
                        ],
                        "mac": "0a:58:0a:d9:00:9a",
                        "default": true,
                        "dns": {}
                    }]
                  k8s.v1.cni.cncf.io/networks: []
                  openshift.io/scc: privileged
Status:           Running
IP:               10.217.0.154
IPs:
  IP:           10.217.0.154
Controlled By:  StatefulSet/cinder-api
Containers:
  cinder-api-log:
    Container ID:  cri-o://a65ddaa7aa5b843926de7cfefd0deec83f4b3dd0db763e75dbbfdaef81a479e7
    Image:         quay.io/podified-antelope-centos9/openstack-cinder-api:current-podified
    Image ID:      quay.io/podified-antelope-centos9/openstack-cinder-api@sha256:f4b02f57187855a6adb5b32d9a8ed92dea2376471c6e33783b4c45f4b56b0166
    Port:          <none>
    Host Port:     <none>
    Command:
      /usr/bin/dumb-init
    Args:
      --single-child
      --
      /bin/sh
      -c
      /usr/bin/tail -n+1 -F /var/log/cinder/cinder-api.log 2>/dev/null
    State:          Running
      Started:      Thu, 02 Oct 2025 16:58:35 +0000
    Ready:          True
    Restart Count:  0
    Environment:
      CONFIG_HASH:            n546h655h67dhd5h587h74h68fhcfh5d6h9bhb7h5d9h54h58bh5f6h58chb7h5cch595h5ddh64h5fbh66ch5fch5cfh577h7h648h645hdch5cdh5f7q
      KOLLA_CONFIG_STRATEGY:  COPY_ALWAYS
    Mounts:
      /var/log/cinder from logs (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-w72zm (ro)
  cinder-api:
    Container ID:  cri-o://43c823239ad372a0153e06c2385eb5aaed12b44cb60b357f532438fc83de896a
    Image:         quay.io/podified-antelope-centos9/openstack-cinder-api:current-podified
    Image ID:      quay.io/podified-antelope-centos9/openstack-cinder-api@sha256:f4b02f57187855a6adb5b32d9a8ed92dea2376471c6e33783b4c45f4b56b0166
    Port:          <none>
    Host Port:     <none>
    Command:
      /bin/bash
    Args:
      -c
      /usr/local/bin/kolla_start
    State:          Running
      Started:      Thu, 02 Oct 2025 16:58:35 +0000
    Ready:          True
    Restart Count:  0
    Liveness:       http-get https://:8776/healthcheck delay=5s timeout=5s period=3s #success=1 #failure=3
    Readiness:      http-get https://:8776/healthcheck delay=5s timeout=5s period=5s #success=1 #failure=3
    Environment:
      CONFIG_HASH:            n546h655h67dhd5h587h74h68fhcfh5d6h9bhb7h5d9h54h58bh5f6h58chb7h5cch595h5ddh64h5fbh66ch5fch5cfh577h7h648h645hdch5cdh5f7q
      KOLLA_CONFIG_STRATEGY:  COPY_ALWAYS
    Mounts:
      /etc/cinder/cinder.conf.d from config-data-custom (ro)
      /etc/machine-id from etc-machine-id (ro)
      /etc/my.cnf from config-data (ro,path="my.cnf")
      /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem from combined-ca-bundle (ro,path="tls-ca-bundle.pem")
      /usr/local/bin/container-scripts from scripts (ro)
      /var/lib/config-data/merged from config-data (ro)
      /var/lib/config-data/tls/certs/internal.crt from internal-tls-certs (ro,path="tls.crt")
      /var/lib/config-data/tls/certs/public.crt from public-tls-certs (ro,path="tls.crt")
      /var/lib/config-data/tls/private/internal.key from internal-tls-certs (ro,path="tls.key")
      /var/lib/config-data/tls/private/public.key from public-tls-certs (ro,path="tls.key")
      /var/lib/kolla/config_files/config.json from config-data (ro,path="cinder-api-config.json")
      /var/log/cinder from logs (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-w72zm (ro)
Conditions:
  Type                        Status
  PodReadyToStartContainers   True 
  Initialized                 True 
  Ready                       True 
  ContainersReady             True 
  PodScheduled                True 
Volumes:
  etc-machine-id:
    Type:          HostPath (bare host directory volume)
    Path:          /etc/machine-id
    HostPathType:  
  scripts:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  cinder-scripts
    Optional:    false
  config-data:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  cinder-config-data
    Optional:    false
  config-data-custom:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  cinder-api-config-data
    Optional:    false
  logs:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  combined-ca-bundle:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  combined-ca-bundle
    Optional:    false
  internal-tls-certs:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  cert-cinder-internal-svc
    Optional:    false
  public-tls-certs:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  cert-cinder-public-svc
    Optional:    false
  kube-api-access-w72zm:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
    ConfigMapName:           openshift-service-ca.crt
    ConfigMapOptional:       <nil>
QoS Class:                   BestEffort
Node-Selectors:              <none>
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       4m44s  default-scheduler  Successfully assigned openstack/cinder-api-0 to crc
  Normal  AddedInterface  4m43s  multus             Add eth0 [10.217.0.154/23] from ovn-kubernetes
  Normal  Pulled          4m43s  kubelet            Container image "quay.io/podified-antelope-centos9/openstack-cinder-api:current-podified" already present on machine
  Normal  Created         4m42s  kubelet            Created container cinder-api-log
  Normal  Started         4m42s  kubelet            Started container cinder-api-log
  Normal  Pulled          4m42s  kubelet            Container image "quay.io/podified-antelope-centos9/openstack-cinder-api:current-podified" already present on machine
  Normal  Created         4m42s  kubelet            Created container cinder-api
  Normal  Started         4m42s  kubelet            Started container cinder-api
