apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: 23d794b59bd8376c7916308c451019defcd089385b3075016e1a6d38af1a1bae
    configmap-etc-hash: 3e104a141ab8f78050b12979db9c61580ae3a7051b5fafb2f8695538333af558
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-04-23T00:38:48Z"
  generateName: cinder-volume-5d7c5df44c-
  labels:
    application: cinder
    component: volume
    pod-template-hash: 5d7c5df44c
    release_group: cinder
  name: cinder-volume-5d7c5df44c-pcqb7
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: cinder-volume-5d7c5df44c
    uid: 975f9875-f696-4e3c-9a8e-afd2f95e4c1e
  resourceVersion: "12753"
  uid: e3667ebb-2280-45f0-bcc3-6103a25d3b03
spec:
  affinity:
    podAntiAffinity:
      preferredDuringSchedulingIgnoredDuringExecution:
      - podAffinityTerm:
          labelSelector:
            matchExpressions:
            - key: release_group
              operator: In
              values:
              - cinder
            - key: application
              operator: In
              values:
              - cinder
            - key: component
              operator: In
              values:
              - volume
          topologyKey: kubernetes.io/hostname
        weight: 10
  containers:
  - command:
    - /tmp/cinder-volume.sh
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder:2025.2@sha256:8e757df046c4b0321a768a329ce07c15dcd4de3f2422b478740c0e54fc1a6472
    imagePullPolicy: IfNotPresent
    name: cinder-volume
    resources: {}
    securityContext:
      capabilities:
        add:
        - SYS_ADMIN
      privileged: true
      readOnlyRootFilesystem: true
    terminationMessagePath: /var/log/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/cinder-volume.sh
      name: cinder-bin
      readOnly: true
      subPath: cinder-volume.sh
    - mountPath: /tmp/pod-shared
      name: pod-shared
    - mountPath: /var/lib/cinder/conversion
      name: cinder-conversion
    - mountPath: /etc/cinder/cinder.conf
      name: cinder-etc
      readOnly: true
      subPath: cinder.conf
    - mountPath: /etc/cinder/conf/backends.conf
      name: cinder-etc
      readOnly: true
      subPath: backends.conf
    - mountPath: /etc/ceph
      name: etcceph
    - mountPath: /etc/ceph/ceph.conf
      name: ceph-etc
      readOnly: true
      subPath: ceph.conf
    - mountPath: /tmp/client-keyring
      name: ceph-keyring
      readOnly: true
      subPath: key
    - mountPath: /var/lib/cinder/coordination
      name: cinder-coordination
    - mountPath: /etc/sudoers.d/kolla_cinder_sudoers
      name: cinder-etc
      readOnly: true
      subPath: cinder_sudoers
    - mountPath: /etc/sudoers.d/kolla_cinder_volume_sudoers
      name: cinder-etc
      readOnly: true
      subPath: cinder_sudoers
    - mountPath: /etc/cinder/rootwrap.conf
      name: cinder-etc
      readOnly: true
      subPath: rootwrap.conf
    - mountPath: /etc/cinder/rootwrap.d/volume.filters
      name: cinder-etc
      readOnly: true
      subPath: volume.filters
    - mountPath: /var/lib/cinder/tmp
      name: cinder-tmp
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-4rlbv
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  initContainers:
  - command:
    - kubernetes-entrypoint
    env:
    - name: POD_NAME
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.name
    - name: NAMESPACE
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.namespace
    - name: INTERFACE_NAME
      value: eth0
    - name: PATH
      value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/
    - name: DEPENDENCY_SERVICE
      value: openstack:keystone-api,openstack:cinder-api
    - name: DEPENDENCY_JOBS
      value: cinder-db-sync,cinder-ks-user,cinder-ks-endpoints,cinder-rabbit-init,cinder-storage-init
    - name: DEPENDENCY_DAEMONSET
    - name: DEPENDENCY_CONTAINER
    - name: DEPENDENCY_POD_JSON
    - name: DEPENDENCY_CUSTOM_RESOURCE
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint:edge@sha256:8921b64b87af184a1421dd856b2703bcf3cff9f50863cd0d18371cf964a87bd3
    imagePullPolicy: IfNotPresent
    name: init
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      readOnlyRootFilesystem: true
      runAsUser: 65534
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-4rlbv
      readOnly: true
  - command:
    - /tmp/ceph-keyring.sh
    env:
    - name: RBD_USER
      value: cinder
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder:2025.2@sha256:8e757df046c4b0321a768a329ce07c15dcd4de3f2422b478740c0e54fc1a6472
    imagePullPolicy: IfNotPresent
    name: ceph-keyring-placement-rbd1
    resources: {}
    securityContext:
      readOnlyRootFilesystem: true
      runAsUser: 0
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /etc/ceph
      name: etcceph
    - mountPath: /tmp/ceph-keyring.sh
      name: cinder-bin
      readOnly: true
      subPath: ceph-keyring.sh
    - mountPath: /tmp/client-keyring
      name: ceph-keyring
      readOnly: true
      subPath: key
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-4rlbv
      readOnly: true
  - command:
    - chown
    - -R
    - 'cinder:'
    - /var/lib/cinder/coordination
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder:2025.2@sha256:8e757df046c4b0321a768a329ce07c15dcd4de3f2422b478740c0e54fc1a6472
    imagePullPolicy: IfNotPresent
    name: ceph-coordination-volume-perms
    resources: {}
    securityContext:
      readOnlyRootFilesystem: true
      runAsUser: 0
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /var/lib/cinder/coordination
      name: cinder-coordination
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-4rlbv
      readOnly: true
  - command:
    - /tmp/retrieve-internal-tenant.sh
    env:
    - name: OS_IDENTITY_API_VERSION
      value: "3"
    - name: OS_AUTH_URL
      valueFrom:
        secretKeyRef:
          key: OS_AUTH_URL
          name: cinder-keystone-admin
    - name: OS_REGION_NAME
      valueFrom:
        secretKeyRef:
          key: OS_REGION_NAME
          name: cinder-keystone-admin
    - name: OS_INTERFACE
      valueFrom:
        secretKeyRef:
          key: OS_INTERFACE
          name: cinder-keystone-admin
    - name: OS_ENDPOINT_TYPE
      valueFrom:
        secretKeyRef:
          key: OS_INTERFACE
          name: cinder-keystone-admin
    - name: OS_PROJECT_DOMAIN_NAME
      valueFrom:
        secretKeyRef:
          key: OS_PROJECT_DOMAIN_NAME
          name: cinder-keystone-admin
    - name: OS_PROJECT_NAME
      valueFrom:
        secretKeyRef:
          key: OS_PROJECT_NAME
          name: cinder-keystone-admin
    - name: OS_USER_DOMAIN_NAME
      valueFrom:
        secretKeyRef:
          key: OS_USER_DOMAIN_NAME
          name: cinder-keystone-admin
    - name: OS_USERNAME
      valueFrom:
        secretKeyRef:
          key: OS_USERNAME
          name: cinder-keystone-admin
    - name: OS_PASSWORD
      valueFrom:
        secretKeyRef:
          key: OS_PASSWORD
          name: cinder-keystone-admin
    - name: OS_DEFAULT_DOMAIN
      valueFrom:
        secretKeyRef:
          key: OS_DEFAULT_DOMAIN
          name: cinder-keystone-admin
    - name: INTERNAL_PROJECT_NAME
      value: internal_cinder
    - name: INTERNAL_USER_NAME
      value: internal_cinder
    - name: SERVICE_OS_REGION_NAME
      valueFrom:
        secretKeyRef:
          key: OS_REGION_NAME
          name: cinder-keystone-user
    - name: SERVICE_OS_PROJECT_DOMAIN_NAME
      valueFrom:
        secretKeyRef:
          key: OS_PROJECT_DOMAIN_NAME
          name: cinder-keystone-user
    - name: SERVICE_OS_PROJECT_NAME
      valueFrom:
        secretKeyRef:
          key: OS_PROJECT_NAME
          name: cinder-keystone-user
    - name: SERVICE_OS_USER_DOMAIN_NAME
      valueFrom:
        secretKeyRef:
          key: OS_USER_DOMAIN_NAME
          name: cinder-keystone-user
    - name: SERVICE_OS_USERNAME
      valueFrom:
        secretKeyRef:
          key: OS_USERNAME
          name: cinder-keystone-user
    - name: SERVICE_OS_PASSWORD
      valueFrom:
        secretKeyRef:
          key: OS_PASSWORD
          name: cinder-keystone-user
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/heat:2025.2@sha256:ebaf4dcf9809dec181ebe724e6859705ebd41d9353c1264bbc13bab95c5ee962
    imagePullPolicy: IfNotPresent
    name: init-cinder-conf
    resources: {}
    securityContext:
      readOnlyRootFilesystem: true
      runAsUser: 0
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/retrieve-internal-tenant.sh
      name: cinder-bin
      readOnly: true
      subPath: retrieve-internal-tenant.sh
    - mountPath: /tmp/pod-shared
      name: pod-shared
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-4rlbv
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext:
    runAsUser: 42424
  serviceAccount: cinder-volume
  serviceAccountName: cinder-volume
  terminationGracePeriodSeconds: 30
  tolerations:
  - effect: NoExecute
    key: node.kubernetes.io/not-ready
    operator: Exists
    tolerationSeconds: 300
  - effect: NoExecute
    key: node.kubernetes.io/unreachable
    operator: Exists
    tolerationSeconds: 300
  volumes:
  - emptyDir: {}
    name: pod-tmp
  - configMap:
      defaultMode: 365
      name: cinder-bin
    name: cinder-bin
  - name: cinder-etc
    secret:
      defaultMode: 292
      secretName: cinder-etc
  - emptyDir: {}
    name: pod-shared
  - emptyDir: {}
    name: cinder-conversion
  - emptyDir: {}
    name: etcceph
  - configMap:
      defaultMode: 292
      name: ceph-etc
    name: ceph-etc
  - name: ceph-keyring
    secret:
      defaultMode: 420
      secretName: cinder-volume-rbd-keyring
  - emptyDir: {}
    name: cinder-coordination
  - emptyDir: {}
    name: cinder-tmp
  - name: kube-api-access-4rlbv
    projected:
      defaultMode: 420
      sources:
      - serviceAccountToken:
          expirationSeconds: 3607
          path: token
      - configMap:
          items:
          - key: ca.crt
            path: ca.crt
          name: kube-root-ca.crt
      - downwardAPI:
          items:
          - fieldRef:
              apiVersion: v1
              fieldPath: metadata.namespace
            path: namespace
status:
  conditions:
  - lastProbeTime: null
    lastTransitionTime: "2026-04-23T00:43:13Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-04-23T00:43:14Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-04-23T00:43:14Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-04-23T00:38:48Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://8cbd1aae29ddd0387a7bab124be834c7210c95135d624c37f3f99030012b540d
    image: sha256:41c9923bf23ca03e3287a32f5c9e6132bf62f04b432c6d51fd993f46b8aab2d6
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder@sha256:8e757df046c4b0321a768a329ce07c15dcd4de3f2422b478740c0e54fc1a6472
    lastState: {}
    name: cinder-volume
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-04-23T00:43:13Z"
  hostIP: 199.204.45.229
  initContainerStatuses:
  - containerID: containerd://0cca0fea478c9f92d4843fe75e2a8f72eb157f444359c01f08692f0b028c3233
    image: sha256:d656bd5737950b86b0ecff4b0206024769c78ea55e2f9f4c840c3cc2a10caaf8
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint@sha256:8921b64b87af184a1421dd856b2703bcf3cff9f50863cd0d18371cf964a87bd3
    lastState: {}
    name: init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://0cca0fea478c9f92d4843fe75e2a8f72eb157f444359c01f08692f0b028c3233
        exitCode: 0
        finishedAt: "2026-04-23T00:43:01Z"
        reason: Completed
        startedAt: "2026-04-23T00:42:59Z"
  - containerID: containerd://a652735c65573782e4fc7334613ad3cb3ee403a3f1d39a25e7502944d7a329de
    image: sha256:41c9923bf23ca03e3287a32f5c9e6132bf62f04b432c6d51fd993f46b8aab2d6
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder@sha256:8e757df046c4b0321a768a329ce07c15dcd4de3f2422b478740c0e54fc1a6472
    lastState: {}
    name: ceph-keyring-placement-rbd1
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://a652735c65573782e4fc7334613ad3cb3ee403a3f1d39a25e7502944d7a329de
        exitCode: 0
        finishedAt: "2026-04-23T00:43:02Z"
        reason: Completed
        startedAt: "2026-04-23T00:43:02Z"
  - containerID: containerd://c79969400e27a2c17f453e9ff7fc554c0932200733a020c3f27d7b83e9481533
    image: sha256:41c9923bf23ca03e3287a32f5c9e6132bf62f04b432c6d51fd993f46b8aab2d6
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder@sha256:8e757df046c4b0321a768a329ce07c15dcd4de3f2422b478740c0e54fc1a6472
    lastState: {}
    name: ceph-coordination-volume-perms
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://c79969400e27a2c17f453e9ff7fc554c0932200733a020c3f27d7b83e9481533
        exitCode: 0
        finishedAt: "2026-04-23T00:43:03Z"
        reason: Completed
        startedAt: "2026-04-23T00:43:03Z"
  - containerID: containerd://9e238bb88f56d709ad58c9eaf7a7c64b804297e6045f1632c09268d11c4e3ec5
    image: sha256:77579f93611353289e53a7ca9273ec2b7a9a212e2936ad9ed70acb8f87aa0e2b
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/heat@sha256:ebaf4dcf9809dec181ebe724e6859705ebd41d9353c1264bbc13bab95c5ee962
    lastState: {}
    name: init-cinder-conf
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://9e238bb88f56d709ad58c9eaf7a7c64b804297e6045f1632c09268d11c4e3ec5
        exitCode: 0
        finishedAt: "2026-04-23T00:43:12Z"
        reason: Completed
        startedAt: "2026-04-23T00:43:04Z"
  phase: Running
  podIP: 10.0.0.207
  podIPs:
  - ip: 10.0.0.207
  qosClass: BestEffort
  startTime: "2026-04-23T00:38:48Z"
