--- apiVersion: apps/v1 items: - apiVersion: apps/v1 kind: DaemonSet metadata: annotations: config.openshift.io/inject-proxy-cabundle: csi-driver deprecated.daemonset.template.generation: "1" operator.openshift.io/spec-hash: 8410457d022bdaf0d9b715570ed281977d44b0f89feea735400172c145be11ba creationTimestamp: "2026-02-17T12:42:33Z" generation: 1 managedFields: - apiVersion: apps/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:config.openshift.io/inject-proxy-cabundle: {} f:deprecated.daemonset.template.generation: {} f:operator.openshift.io/spec-hash: {} f:spec: f:revisionHistoryLimit: {} f:selector: {} f:template: f:metadata: f:annotations: .: {} f:cluster-autoscaler.kubernetes.io/enable-ds-eviction: {} f:openshift.io/required-scc: {} f:target.workload.openshift.io/management: {} f:labels: .: {} f:app: {} f:spec: f:containers: k:{"name":"csi-driver"}: .: {} f:args: {} f:env: .: {} k:{"name":"CSI_ENDPOINT"}: .: {} f:name: {} f:value: {} f:image: {} f:imagePullPolicy: {} f:livenessProbe: .: {} f:failureThreshold: {} f:httpGet: .: {} f:host: {} f:path: {} f:port: {} f:scheme: {} f:initialDelaySeconds: {} f:periodSeconds: {} f:successThreshold: {} f:timeoutSeconds: {} f:name: {} f:ports: .: {} k:{"containerPort":10300,"protocol":"TCP"}: .: {} f:containerPort: {} f:name: {} f:protocol: {} f:resources: .: {} f:requests: .: {} f:cpu: {} f:memory: {} f:securityContext: .: {} f:privileged: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/csi"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/dev"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/etc/selinux"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/sys/fs"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/var/lib/kubelet"}: .: {} f:mountPath: {} f:mountPropagation: {} f:name: {} k:{"name":"csi-liveness-probe"}: .: {} f:args: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: .: {} f:requests: .: {} f:cpu: {} f:memory: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/csi"}: .: {} f:mountPath: {} f:name: {} k:{"name":"csi-node-driver-registrar"}: .: {} f:args: {} f:image: {} f:imagePullPolicy: {} f:lifecycle: .: {} f:preStop: .: {} f:exec: .: {} f:command: {} f:livenessProbe: .: {} f:failureThreshold: {} f:httpGet: .: {} f:host: {} f:path: {} f:port: {} f:scheme: {} f:initialDelaySeconds: {} f:periodSeconds: {} f:successThreshold: {} f:timeoutSeconds: {} f:name: {} f:ports: .: {} k:{"containerPort":10309,"protocol":"TCP"}: .: {} f:containerPort: {} f:name: {} f:protocol: {} f:resources: .: {} f:requests: .: {} f:cpu: {} f:memory: {} f:securityContext: .: {} f:privileged: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/csi"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/registration"}: .: {} f:mountPath: {} f:name: {} f:dnsPolicy: {} f:hostNetwork: {} f:nodeSelector: {} f:priorityClassName: {} f:restartPolicy: {} f:schedulerName: {} f:securityContext: {} f:serviceAccount: {} f:serviceAccountName: {} f:terminationGracePeriodSeconds: {} f:tolerations: {} f:volumes: .: {} k:{"name":"device-dir"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} k:{"name":"etc-selinux"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} k:{"name":"kubelet-dir"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} k:{"name":"metrics-serving-cert"}: .: {} f:name: {} f:secret: .: {} f:defaultMode: {} f:secretName: {} k:{"name":"registration-dir"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} k:{"name":"socket-dir"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} k:{"name":"sys-fs"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} f:updateStrategy: f:rollingUpdate: .: {} f:maxSurge: {} f:maxUnavailable: {} f:type: {} manager: aws-ebs-csi-driver-operator operation: Update time: "2026-02-17T12:42:33Z" - apiVersion: apps/v1 fieldsType: FieldsV1 fieldsV1: f:status: f:currentNumberScheduled: {} f:desiredNumberScheduled: {} f:numberAvailable: {} f:numberReady: {} f:observedGeneration: {} f:updatedNumberScheduled: {} manager: kube-controller-manager operation: Update subresource: status time: "2026-02-17T12:46:57Z" name: aws-ebs-csi-driver-node namespace: openshift-cluster-csi-drivers resourceVersion: "6645" uid: 2e41fbcf-3c0e-4527-8f4f-6e2eacee0b10 spec: revisionHistoryLimit: 10 selector: matchLabels: app: aws-ebs-csi-driver-node template: metadata: annotations: cluster-autoscaler.kubernetes.io/enable-ds-eviction: "false" openshift.io/required-scc: privileged target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}' creationTimestamp: null labels: app: aws-ebs-csi-driver-node spec: containers: - args: - node - --endpoint=$(CSI_ENDPOINT) - --logtostderr - --v=2 - --reserved-volume-attachments=1 env: - name: CSI_ENDPOINT value: unix:/csi/csi.sock image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:9c0e3872d0afa77c59eda7a8064b0508e173de2fe83f8b948e0d7dc27ea2b2b6 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 5 httpGet: host: 127.0.0.1 path: /healthz port: healthz scheme: HTTP initialDelaySeconds: 10 periodSeconds: 10 successThreshold: 1 timeoutSeconds: 3 name: csi-driver ports: - containerPort: 10300 name: healthz protocol: TCP resources: requests: cpu: 10m memory: 50Mi securityContext: privileged: true terminationMessagePath: /dev/termination-log terminationMessagePolicy: FallbackToLogsOnError volumeMounts: - mountPath: /var/lib/kubelet mountPropagation: Bidirectional name: kubelet-dir - mountPath: /csi name: socket-dir - mountPath: /dev name: device-dir - mountPath: /etc/selinux name: etc-selinux - mountPath: /sys/fs name: sys-fs - args: - --csi-address=/csi/csi.sock - --kubelet-registration-path=/var/lib/kubelet/plugins/ebs.csi.aws.com/csi.sock - --http-endpoint=127.0.0.1:10309 - --v=2 image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c895ec9b74e1727a6b9840a202da0cc3a1bbe70ac40704eba96813af11292be8 imagePullPolicy: IfNotPresent lifecycle: preStop: exec: command: - /bin/sh - -c - rm -rf /registration/ebs.csi.aws.com-reg.sock /csi/csi.sock livenessProbe: failureThreshold: 5 httpGet: host: 127.0.0.1 path: /healthz port: rhealthz scheme: HTTP initialDelaySeconds: 10 periodSeconds: 10 successThreshold: 1 timeoutSeconds: 3 name: csi-node-driver-registrar ports: - containerPort: 10309 name: rhealthz protocol: TCP resources: requests: cpu: 10m memory: 50Mi securityContext: privileged: true terminationMessagePath: /dev/termination-log terminationMessagePolicy: FallbackToLogsOnError volumeMounts: - mountPath: /csi name: socket-dir - mountPath: /registration name: registration-dir - args: - --csi-address=/csi/csi.sock - --http-endpoint=127.0.0.1:10300 - --v=2 - --probe-timeout=3s image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c5bcbc73992f05d533fbd339f94f4fac8df54fcaf36dd1bab9725c8fb26d6e50 imagePullPolicy: IfNotPresent name: csi-liveness-probe resources: requests: cpu: 10m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: FallbackToLogsOnError volumeMounts: - mountPath: /csi name: socket-dir dnsPolicy: ClusterFirst hostNetwork: true nodeSelector: kubernetes.io/os: linux priorityClassName: system-node-critical restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: aws-ebs-csi-driver-node-sa serviceAccountName: aws-ebs-csi-driver-node-sa terminationGracePeriodSeconds: 30 tolerations: - operator: Exists volumes: - hostPath: path: /var/lib/kubelet type: Directory name: kubelet-dir - hostPath: path: /var/lib/kubelet/plugins/ebs.csi.aws.com/ type: DirectoryOrCreate name: socket-dir - hostPath: path: /var/lib/kubelet/plugins_registry/ type: Directory name: registration-dir - hostPath: path: /dev type: Directory name: device-dir - hostPath: path: /etc/selinux type: DirectoryOrCreate name: etc-selinux - hostPath: path: /sys/fs type: Directory name: sys-fs - name: metrics-serving-cert secret: defaultMode: 420 secretName: aws-ebs-csi-driver-node-metrics-serving-cert updateStrategy: rollingUpdate: maxSurge: 0 maxUnavailable: 10% type: RollingUpdate status: currentNumberScheduled: 3 desiredNumberScheduled: 3 numberAvailable: 3 numberMisscheduled: 0 numberReady: 3 observedGeneration: 1 updatedNumberScheduled: 3 kind: DaemonSetList metadata: resourceVersion: "18979"