apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: 91c0461a2a3162a327af6b6f61acf02fe28748e8dc14f47ae27554e845150a1a
    configmap-etc-hash: 2f6bd181d1d42f1763495209f8d3f2dcf31705353099fc8fa80810c9fd603073
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-07-01T11:22:30Z"
  generateName: cinder-volume-74db7f5d8d-
  labels:
    application: cinder
    component: volume
    pod-template-hash: 74db7f5d8d
    release_group: cinder
  name: cinder-volume-74db7f5d8d-px7ct
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: cinder-volume-74db7f5d8d
    uid: 1192f8de-f8e2-4a5f-906c-da82525b0f16
  resourceVersion: "12707"
  uid: 3520ca63-0827-4efb-8fba-c05e640a87c0
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.1@sha256:f1d15910217086eb3a4b40cbaba853d3a8d890e207520eb195ef74bc0cef4f58
    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: /var/lib/cinder
      name: pod-var-cinder
    - 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-8k89b
      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-8k89b
      readOnly: true
  - command:
    - /tmp/ceph-keyring.sh
    env:
    - name: RBD_USER
      value: cinder
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder:2025.1@sha256:f1d15910217086eb3a4b40cbaba853d3a8d890e207520eb195ef74bc0cef4f58
    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-8k89b
      readOnly: true
  - command:
    - chown
    - -R
    - 'cinder:'
    - /var/lib/cinder/coordination
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder:2025.1@sha256:f1d15910217086eb3a4b40cbaba853d3a8d890e207520eb195ef74bc0cef4f58
    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-8k89b
      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.1@sha256:5a7aa1a38ef8348fc9411105b1de1dab0e2d433b497141e4be804475438fe6a7
    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-8k89b
      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
  - emptyDir: {}
    name: pod-var-cinder
  - 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-8k89b
    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-07-01T11:26:53Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-07-01T11:26:54Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-07-01T11:26:54Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-07-01T11:22:30Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://a251936a4281d0304daaa8307e9c3aa48ff8283a54c0ef5bb128ea010d356ce6
    image: sha256:4c2afe9350ef083b8568c5776026e3b132ec8231eb0632caa49f504b155a2524
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder@sha256:f1d15910217086eb3a4b40cbaba853d3a8d890e207520eb195ef74bc0cef4f58
    lastState: {}
    name: cinder-volume
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-07-01T11:26:53Z"
  hostIP: 199.204.45.23
  initContainerStatuses:
  - containerID: containerd://abb7fb05e5249978bd28f0b4acb8c8f5ae267d11973a1a8d59e27c742bdbe9a2
    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://abb7fb05e5249978bd28f0b4acb8c8f5ae267d11973a1a8d59e27c742bdbe9a2
        exitCode: 0
        finishedAt: "2026-07-01T11:26:42Z"
        reason: Completed
        startedAt: "2026-07-01T11:26:40Z"
  - containerID: containerd://6a46151aaef97b7e197545e516c15921e1d03ac35f5bc747e0972a5904647122
    image: sha256:4c2afe9350ef083b8568c5776026e3b132ec8231eb0632caa49f504b155a2524
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder@sha256:f1d15910217086eb3a4b40cbaba853d3a8d890e207520eb195ef74bc0cef4f58
    lastState: {}
    name: ceph-keyring-placement-rbd1
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://6a46151aaef97b7e197545e516c15921e1d03ac35f5bc747e0972a5904647122
        exitCode: 0
        finishedAt: "2026-07-01T11:26:43Z"
        reason: Completed
        startedAt: "2026-07-01T11:26:43Z"
  - containerID: containerd://6a6bd0f4fd48d84c8aadbab41430cebfc7046233280bf3fe83c1340d8eb98c86
    image: sha256:4c2afe9350ef083b8568c5776026e3b132ec8231eb0632caa49f504b155a2524
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder@sha256:f1d15910217086eb3a4b40cbaba853d3a8d890e207520eb195ef74bc0cef4f58
    lastState: {}
    name: ceph-coordination-volume-perms
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://6a6bd0f4fd48d84c8aadbab41430cebfc7046233280bf3fe83c1340d8eb98c86
        exitCode: 0
        finishedAt: "2026-07-01T11:26:44Z"
        reason: Completed
        startedAt: "2026-07-01T11:26:44Z"
  - containerID: containerd://4e83f238b25430b682298e3cea65182fa45b9544841f3b7b56dcdb03ba8a218f
    image: sha256:d467f4077b15fdb044230ec8f593053289d5398b44364a5adf34f95b41dd0700
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/heat@sha256:5a7aa1a38ef8348fc9411105b1de1dab0e2d433b497141e4be804475438fe6a7
    lastState: {}
    name: init-cinder-conf
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://4e83f238b25430b682298e3cea65182fa45b9544841f3b7b56dcdb03ba8a218f
        exitCode: 0
        finishedAt: "2026-07-01T11:26:52Z"
        reason: Completed
        startedAt: "2026-07-01T11:26:45Z"
  phase: Running
  podIP: 10.0.0.198
  podIPs:
  - ip: 10.0.0.198
  qosClass: BestEffort
  startTime: "2026-07-01T11:22:30Z"
