apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: "2026-02-20T18:54:07Z"
  generateName: ceph-csi-rbd-provisioner-5d8ff44fc9-
  labels:
    app: ceph-csi-rbd
    chart: ceph-csi-rbd-3.5.1
    component: provisioner
    heritage: Helm
    pod-template-hash: 5d8ff44fc9
    release: ceph-csi-rbd
  name: ceph-csi-rbd-provisioner-5d8ff44fc9-58w8f
  namespace: kube-system
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: ceph-csi-rbd-provisioner-5d8ff44fc9
    uid: c6fbee05-faaa-49af-9bbf-421424fc3899
  resourceVersion: "1116"
  uid: 26276970-f18d-45b9-b9c2-1282396a1472
spec:
  containers:
  - args:
    - --csi-address=$(ADDRESS)
    - --v=5
    - --timeout=60s
    - --leader-election=true
    - --retry-interval-start=500ms
    - --default-fstype=ext4
    - --extra-create-metadata=true
    env:
    - name: ADDRESS
      value: unix:///csi/csi-provisioner.sock
    image: registry.k8s.io/sig-storage/csi-provisioner:v3.1.0
    imagePullPolicy: IfNotPresent
    name: csi-provisioner
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /csi
      name: socket-dir
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-9v8f4
      readOnly: true
  - args:
    - --v=5
    - --csi-address=$(ADDRESS)
    - --timeout=60s
    - --leader-election
    - --retry-interval-start=500ms
    - --handle-volume-inuse-error=false
    env:
    - name: ADDRESS
      value: unix:///csi/csi-provisioner.sock
    image: registry.k8s.io/sig-storage/csi-resizer:v1.3.0
    imagePullPolicy: IfNotPresent
    name: csi-resizer
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /csi
      name: socket-dir
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-9v8f4
      readOnly: true
  - args:
    - --csi-address=$(ADDRESS)
    - --v=5
    - --timeout=60s
    - --leader-election=true
    env:
    - name: ADDRESS
      value: unix:///csi/csi-provisioner.sock
    image: registry.k8s.io/sig-storage/csi-snapshotter:v4.2.0
    imagePullPolicy: IfNotPresent
    name: csi-snapshotter
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /csi
      name: socket-dir
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-9v8f4
      readOnly: true
  - args:
    - --v=5
    - --csi-address=$(ADDRESS)
    - --leader-election=true
    - --retry-interval-start=500ms
    env:
    - name: ADDRESS
      value: unix:///csi/csi-provisioner.sock
    image: registry.k8s.io/sig-storage/csi-attacher:v3.4.0
    imagePullPolicy: IfNotPresent
    name: csi-attacher
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /csi
      name: socket-dir
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-9v8f4
      readOnly: true
  - args:
    - --nodeid=$(NODE_ID)
    - --type=rbd
    - --controllerserver=true
    - --pidlimit=-1
    - --endpoint=$(CSI_ENDPOINT)
    - --csi-addons-endpoint=$(CSI_ADDONS_ENDPOINT)
    - --v=5
    - --drivername=$(DRIVER_NAME)
    - --rbdhardmaxclonedepth=8
    - --rbdsoftmaxclonedepth=4
    - --maxsnapshotsonimage=450
    - --minsnapshotsonimage=250
    env:
    - name: POD_IP
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: status.podIP
    - name: DRIVER_NAME
      value: rbd.csi.ceph.com
    - name: NODE_ID
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: spec.nodeName
    - name: CSI_ENDPOINT
      value: unix:///csi/csi-provisioner.sock
    - name: CSI_ADDONS_ENDPOINT
      value: unix:///csi/csi-addons.sock
    image: quay.io/cephcsi/cephcsi:v3.5.1
    imagePullPolicy: IfNotPresent
    name: csi-rbdplugin
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /csi
      name: socket-dir
    - mountPath: /dev
      name: host-dev
    - mountPath: /sys
      name: host-sys
    - mountPath: /lib/modules
      name: lib-modules
      readOnly: true
    - mountPath: /etc/ceph-csi-config/
      name: ceph-csi-config
    - mountPath: /etc/ceph/
      name: ceph-config
    - mountPath: /etc/ceph-csi-encryption-kms-config/
      name: ceph-csi-encryption-kms-config
    - mountPath: /tmp/csi/keys
      name: keys-tmp-dir
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-9v8f4
      readOnly: true
  - args:
    - --type=controller
    - --v=5
    - --drivername=$(DRIVER_NAME)
    - --drivernamespace=$(DRIVER_NAMESPACE)
    env:
    - name: DRIVER_NAMESPACE
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.namespace
    - name: DRIVER_NAME
      value: rbd.csi.ceph.com
    image: quay.io/cephcsi/cephcsi:v3.5.1
    imagePullPolicy: IfNotPresent
    name: csi-rbdplugin-controller
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /etc/ceph-csi-config/
      name: ceph-csi-config
    - mountPath: /tmp/csi/keys
      name: keys-tmp-dir
    - mountPath: /etc/ceph/
      name: ceph-config
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-9v8f4
      readOnly: true
  - args:
    - --type=liveness
    - --endpoint=$(CSI_ENDPOINT)
    - --metricsport=8080
    - --metricspath=/metrics
    - --polltime=60s
    - --timeout=3s
    env:
    - name: CSI_ENDPOINT
      value: unix:///csi/csi-provisioner.sock
    - name: POD_IP
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: status.podIP
    image: quay.io/cephcsi/cephcsi:v3.5.1
    imagePullPolicy: IfNotPresent
    name: liveness-prometheus
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /csi
      name: socket-dir
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-9v8f4
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 2000000000
  priorityClassName: system-cluster-critical
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: ceph-csi-rbd-provisioner
  serviceAccountName: ceph-csi-rbd-provisioner
  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:
      medium: Memory
    name: socket-dir
  - hostPath:
      path: /dev
      type: ""
    name: host-dev
  - hostPath:
      path: /sys
      type: ""
    name: host-sys
  - hostPath:
      path: /lib/modules
      type: ""
    name: lib-modules
  - configMap:
      defaultMode: 420
      name: ceph-config
    name: ceph-config
  - configMap:
      defaultMode: 420
      name: ceph-csi-config
    name: ceph-csi-config
  - configMap:
      defaultMode: 420
      name: ceph-csi-encryption-kms-config
    name: ceph-csi-encryption-kms-config
  - emptyDir:
      medium: Memory
    name: keys-tmp-dir
  - name: kube-api-access-9v8f4
    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-02-20T18:54:07Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-02-20T18:54:52Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-02-20T18:54:52Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-02-20T18:54:07Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://a9ad6d369455f11bc008b548cf9ef756142e6fdc58095f991f8c8c9a1e8e49aa
    image: registry.k8s.io/sig-storage/csi-attacher:v3.4.0
    imageID: registry.k8s.io/sig-storage/csi-attacher@sha256:8b9c313c05f54fb04f8d430896f5f5904b6cb157df261501b29adc04d2b2dc7b
    lastState: {}
    name: csi-attacher
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-02-20T18:54:50Z"
  - containerID: containerd://8b0925e252d8f6c8980466dc3987d18a85621eea0a9c9050b5f8e28f89957399
    image: registry.k8s.io/sig-storage/csi-provisioner:v3.1.0
    imageID: registry.k8s.io/sig-storage/csi-provisioner@sha256:122bfb8c1edabb3c0edd63f06523e6940d958d19b3957dc7b1d6f81e9f1f6119
    lastState: {}
    name: csi-provisioner
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-02-20T18:54:10Z"
  - containerID: containerd://2ecf9c1c91a1901d721a9c32b4ae8be818092884e6bf76700bf696691a33fd9f
    image: quay.io/cephcsi/cephcsi:v3.5.1
    imageID: quay.io/cephcsi/cephcsi@sha256:28a674af1df2325fea415e32a7f93f083fce1f9c474912c45f025427fdc0aa10
    lastState: {}
    name: csi-rbdplugin
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-02-20T18:54:50Z"
  - containerID: containerd://b820001f6e406b7f9dda39949c9b333c1f0c61d93ede5cbb706700b5fdf5a21c
    image: quay.io/cephcsi/cephcsi:v3.5.1
    imageID: quay.io/cephcsi/cephcsi@sha256:28a674af1df2325fea415e32a7f93f083fce1f9c474912c45f025427fdc0aa10
    lastState: {}
    name: csi-rbdplugin-controller
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-02-20T18:54:51Z"
  - containerID: containerd://e4d6a7227bdd3efc6f8e5ed9d7cc04e8e003593c557b21dd11cebb38017f80a5
    image: registry.k8s.io/sig-storage/csi-resizer:v1.3.0
    imageID: registry.k8s.io/sig-storage/csi-resizer@sha256:6e0546563b18872b0aa0cad7255a26bb9a87cb879b7fc3e2383c867ef4f706fb
    lastState: {}
    name: csi-resizer
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-02-20T18:54:33Z"
  - containerID: containerd://66b6042c59a5ed8380ab1df434ae058ea27f2638ce64657d414f1d9b811ef2e4
    image: registry.k8s.io/sig-storage/csi-snapshotter:v4.2.0
    imageID: registry.k8s.io/sig-storage/csi-snapshotter@sha256:19063babf32ef0ddde9253e703be469d5ca390700e8302095bad9e9de7f2438b
    lastState: {}
    name: csi-snapshotter
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-02-20T18:54:39Z"
  - containerID: containerd://67519b989267b1151761ecabd64d693058596a5cfe39b6aa71c4cf267400ddac
    image: quay.io/cephcsi/cephcsi:v3.5.1
    imageID: quay.io/cephcsi/cephcsi@sha256:28a674af1df2325fea415e32a7f93f083fce1f9c474912c45f025427fdc0aa10
    lastState: {}
    name: liveness-prometheus
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-02-20T18:54:51Z"
  hostIP: 162.253.55.52
  phase: Running
  podIP: 172.24.0.253
  podIPs:
  - ip: 172.24.0.253
  qosClass: BestEffort
  startTime: "2026-02-20T18:54:07Z"
