apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: 23d794b59bd8376c7916308c451019defcd089385b3075016e1a6d38af1a1bae
    configmap-etc-hash: e4d2057c22c2608be87dee586850d3b653ac1d2fe11cb4ae517e42d39642cfec
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-06-19T23:22:15Z"
  generateName: cinder-backup-867bf94d58-
  labels:
    application: cinder
    component: backup
    pod-template-hash: 867bf94d58
    release_group: cinder
  name: cinder-backup-867bf94d58-zzdsq
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: cinder-backup-867bf94d58
    uid: a206d685-ef3c-42f4-af70-65bb0668c776
  resourceVersion: "13693"
  uid: 5dad0bc6-530b-4534-ba5a-04e5eeb2c064
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:
              - backup
          topologyKey: kubernetes.io/hostname
        weight: 10
  containers:
  - command:
    - /tmp/cinder-backup.sh
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder:main@sha256:b645237c61af05d75b5e77ef9e7042cb7c54ac4b2521c832b9c4c486d86c0614
    imagePullPolicy: IfNotPresent
    name: cinder-backup
    resources: {}
    securityContext:
      capabilities:
        add:
        - SYS_ADMIN
      readOnlyRootFilesystem: true
      runAsUser: 0
    terminationMessagePath: /var/log/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /var/lib/cinder/tmp
      name: cinder-tmp
    - mountPath: /tmp/cinder-backup.sh
      name: cinder-bin
      readOnly: true
      subPath: cinder-backup.sh
    - mountPath: /etc/cinder/cinder.conf
      name: cinder-etc
      readOnly: true
      subPath: cinder.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-backup-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/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-vm4s7
      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,cinder-backup-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-vm4s7
      readOnly: true
  - command:
    - /tmp/ceph-keyring.sh
    env:
    - name: RBD_USER
      value: cinderbackup
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder:main@sha256:b645237c61af05d75b5e77ef9e7042cb7c54ac4b2521c832b9c4c486d86c0614
    imagePullPolicy: IfNotPresent
    name: ceph-backup-keyring-placement
    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-backup-keyring
      readOnly: true
      subPath: key
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-vm4s7
      readOnly: true
  - command:
    - /tmp/ceph-keyring.sh
    env:
    - name: RBD_USER
      value: cinder
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder:main@sha256:b645237c61af05d75b5e77ef9e7042cb7c54ac4b2521c832b9c4c486d86c0614
    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-vm4s7
      readOnly: true
  - command:
    - chown
    - -R
    - 'cinder:'
    - /var/lib/cinder/coordination
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder:main@sha256:b645237c61af05d75b5e77ef9e7042cb7c54ac4b2521c832b9c4c486d86c0614
    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-vm4s7
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext:
    runAsUser: 42424
  serviceAccount: cinder-backup
  serviceAccountName: cinder-backup
  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: cinder-tmp
  - name: cinder-etc
    secret:
      defaultMode: 292
      secretName: cinder-etc
  - configMap:
      defaultMode: 365
      name: cinder-bin
    name: cinder-bin
  - emptyDir: {}
    name: etcceph
  - configMap:
      defaultMode: 292
      name: ceph-etc
    name: ceph-etc
  - name: ceph-backup-keyring
    secret:
      defaultMode: 420
      secretName: cinder-backup-rbd-keyring
  - name: ceph-keyring
    secret:
      defaultMode: 420
      secretName: cinder-volume-rbd-keyring
  - emptyDir: {}
    name: cinder-coordination
  - name: kube-api-access-vm4s7
    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-06-19T23:26:31Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-06-19T23:26:32Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-06-19T23:26:32Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-06-19T23:22:15Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://b5567a7b7ff75dd8c3859e0aca3aeb0a06c2c4fabbaf4dbf3f796f1234ad0c7a
    image: sha256:16d473bbf15106387542c31a268230c5c9eedc46cccb17725651f1d596b7f275
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder@sha256:b645237c61af05d75b5e77ef9e7042cb7c54ac4b2521c832b9c4c486d86c0614
    lastState: {}
    name: cinder-backup
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-06-19T23:26:31Z"
  hostIP: 199.204.45.38
  initContainerStatuses:
  - containerID: containerd://691901a5952b1a20884de2e111c5acaa66e22c2210fb0f6919fffa12d7c7904a
    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://691901a5952b1a20884de2e111c5acaa66e22c2210fb0f6919fffa12d7c7904a
        exitCode: 0
        finishedAt: "2026-06-19T23:26:28Z"
        reason: Completed
        startedAt: "2026-06-19T23:26:26Z"
  - containerID: containerd://932b09ef9437de28e83f9840c3617c0b258dcab026b3b125dce5c13b42445589
    image: sha256:16d473bbf15106387542c31a268230c5c9eedc46cccb17725651f1d596b7f275
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder@sha256:b645237c61af05d75b5e77ef9e7042cb7c54ac4b2521c832b9c4c486d86c0614
    lastState: {}
    name: ceph-backup-keyring-placement
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://932b09ef9437de28e83f9840c3617c0b258dcab026b3b125dce5c13b42445589
        exitCode: 0
        finishedAt: "2026-06-19T23:26:28Z"
        reason: Completed
        startedAt: "2026-06-19T23:26:28Z"
  - containerID: containerd://33733e3ba6ec23b63bbe122ed287071fbf0bb70d95b56414745bf5aba40c2083
    image: sha256:16d473bbf15106387542c31a268230c5c9eedc46cccb17725651f1d596b7f275
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder@sha256:b645237c61af05d75b5e77ef9e7042cb7c54ac4b2521c832b9c4c486d86c0614
    lastState: {}
    name: ceph-keyring-placement-rbd1
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://33733e3ba6ec23b63bbe122ed287071fbf0bb70d95b56414745bf5aba40c2083
        exitCode: 0
        finishedAt: "2026-06-19T23:26:29Z"
        reason: Completed
        startedAt: "2026-06-19T23:26:29Z"
  - containerID: containerd://f1f6268566cf27072d16493cff3b7769edbf09b88677312e37e436e6f8adb90c
    image: sha256:16d473bbf15106387542c31a268230c5c9eedc46cccb17725651f1d596b7f275
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/cinder@sha256:b645237c61af05d75b5e77ef9e7042cb7c54ac4b2521c832b9c4c486d86c0614
    lastState: {}
    name: ceph-coordination-volume-perms
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://f1f6268566cf27072d16493cff3b7769edbf09b88677312e37e436e6f8adb90c
        exitCode: 0
        finishedAt: "2026-06-19T23:26:30Z"
        reason: Completed
        startedAt: "2026-06-19T23:26:30Z"
  phase: Running
  podIP: 10.0.0.41
  podIPs:
  - ip: 10.0.0.41
  qosClass: BestEffort
  startTime: "2026-06-19T23:22:15Z"
