apiVersion: v1 items: - apiVersion: v1 kind: Pod metadata: annotations: alm-examples: |- [ { "apiVersion": "storage.dell.com/v1", "kind": "CSIIsilon", "metadata": { "name": "isilon", "namespace": "test-isilon" }, "spec": { "driver": { "common": { "envs": [ { "name": "X_CSI_VERBOSE", "value": "1" }, { "name": "X_CSI_ISI_ENDPOINT", "value": "1.1.1.1" }, { "name": "X_CSI_ISI_PORT", "value": "8080" }, { "name": "X_CSI_ISI_PATH", "value": "/ifs/data/csi" }, { "name": "X_CSI_ISILON_NO_PROBE_ON_START", "value": "false" }, { "name": "X_CSI_ISI_AUTOPROBE", "value": "true" }, { "name": "X_CSI_ISI_INSECURE", "value": "true" }, { "name": "X_CSI_DEBUG", "value": "true" }, { "name": "X_CSI_CUSTOM_TOPOLOGY_ENABLED", "value": "false" } ], "image": "dellemc/csi-isilon:v1.4.0.000R", "imagePullPolicy": "IfNotPresent" }, "configVersion": "v4", "controller": { "envs": [ { "name": "X_CSI_ISI_QUOTA_ENABLED", "value": "true" }, { "name": "X_CSI_ISI_ACCESS_ZONE", "value": "System" } ] }, "forceUpdate": false, "node": { "envs": [ { "name": "X_CSI_ISILON_NFS_V3", "value": "false" } ] }, "replicas": 2, "sideCars": [ { "args": [ "--volume-name-prefix=csipscale" ], "name": "provisioner" } ], "snapshotClass": [ { "name": "volumesnapshotclass", "parameters": { "IsiPath": "/ifs/data/csi" } } ], "storageClass": [ { "allowVolumeExpansion": true, "allowedTopologies": [ { "matchLabelExpressions": [ { "key": "csi-isilon.dellemc.com/1.1.1.1", "values": [ "csi-isilon.dellemc.com" ] } ] } ], "default": true, "name": "storageclass", "parameters": { "AccessZone": "System", "AzServiceIP": "1.1.1.1", "IsiPath": "/ifs/data/csi", "RootClientEnabled": "false" }, "reclaimPolicy": "Delete", "volumeBindingMode": "WaitForFirstConsumer" } ] } } }, { "apiVersion": "storage.dell.com/v1", "kind": "CSIPowerMax", "metadata": { "name": "test-powermax", "namespace": "test-powermax" }, "spec": { "driver": { "common": { "envs": [ { "name": "X_CSI_POWERMAX_ENDPOINT", "value": "https://0.0.0.0:8443/" }, { "name": "X_CSI_K8S_CLUSTER_PREFIX", "value": "XYZ" }, { "name": "X_CSI_POWERMAX_PORTGROUPS", "value": "" }, { "name": "X_CSI_POWERMAX_ARRAYS", "value": "" }, { "name": "X_CSI_TRANSPORT_PROTOCOL", "value": "" }, { "name": "X_CSI_POWERMAX_PROXY_SERVICE_NAME", "value": "" }, { "name": "X_CSI_GRPC_MAX_THREADS", "value": "4" } ], "image": "dellemc/csi-powermax:v1.5.0.000R", "imagePullPolicy": "IfNotPresent" }, "configVersion": "v4", "forceUpdate": false, "node": { "envs": [ { "name": "X_CSI_POWERMAX_ISCSI_ENABLE_CHAP", "value": "false" } ] }, "replicas": 2, "snapshotClass": [ { "name": "powermax-snapclass" } ], "storageClass": [ { "allowVolumeExpansion": false, "default": false, "name": "bronze", "parameters": { "SRP": "DEFAULT_SRP", "SYMID": "000000000001", "ServiceLevel": "Bronze" }, "reclaimPolicy": "Delete", "volumeBindingMode": "Immediate" }, { "allowVolumeExpansion": false, "allowedTopologies": [ { "matchLabelExpressions": [ { "key": "csi-powermax.dellemc.com/000000000001", "values": [ "csi-powermax.dellemc.com" ] } ] } ], "default": true, "name": "bronze-topology", "parameters": { "SRP": "DEFAULT_SRP", "SYMID": "000000000001", "ServiceLevel": "Bronze" }, "reclaimPolicy": "Delete", "volumeBindingMode": "WaitForFirstConsumer" }, { "allowVolumeExpansion": true, "allowedTopologies": [ { "matchLabelExpressions": [ { "key": "csi-powermax.dellemc.com/000000000001", "values": [ "csi-powermax.dellemc.com" ] } ] } ], "name": "bronze-topology-resize", "parameters": { "SRP": "DEFAULT_SRP", "SYMID": "000000000001", "ServiceLevel": "Bronze" }, "reclaimPolicy": "Delete", "volumeBindingMode": "WaitForFirstConsumer" } ] } } }, { "apiVersion": "storage.dell.com/v1", "kind": "CSIPowerMaxRevProxy", "metadata": { "name": "powermax-reverseproxy", "namespace": "test-powermax" }, "spec": { "config": { "linkConfig": { "backup": { "skipCertificateValidation": true, "url": "https://0.0.0.0:8443" }, "primary": { "certSecret": "", "skipCertificateValidation": true, "url": "https://0.0.0.0:8443" } }, "mode": "Linked" }, "image": "dellemc/csipowermax-reverseproxy:v1.1.0.000R", "imagePullPolicy": "Always", "tlsSecret": "csirevproxy-tls-secret" } }, { "apiVersion": "storage.dell.com/v1", "kind": "CSIPowerStore", "metadata": { "name": "test-powerstore", "namespace": "test-powerstore" }, "spec": { "driver": { "common": { "envs": [ { "name": "X_CSI_POWERSTORE_ENDPOINT", "value": "https://127.0.0.1/api/rest" }, { "name": "X_CSI_POWERSTORE_NODE_NAME_PREFIX", "value": "csi" }, { "name": "X_CSI_TRANSPORT_PROTOCOL", "value": "ISCSI" }, { "name": "X_CSI_FC_PORTS_FILTER_FILE_PATH", "value": "/etc/fc-ports-filter" } ], "image": "dellemc/csi-powerstore:v1.2.0.000R", "imagePullPolicy": "IfNotPresent" }, "configVersion": "v2", "forceUpdate": false, "node": { "envs": [ { "name": "X_CSI_POWERSTORE_ENABLE_CHAP", "value": "true" } ] }, "replicas": 2, "snapshotClass": [ { "name": "powerstore-snapshot" } ], "storageClass": [ { "default": true, "name": "powerstore", "parameters": { "csi.storage.k8s.io/fstype": "ext4" }, "reclaimPolicy": "Delete" }, { "name": "powerstore-xfs", "parameters": { "csi.storage.k8s.io/fstype": "xfs" }, "reclaimPolicy": "Delete" }, { "allowedTopologies": [ { "matchLabelExpressions": [ { "key": "csi-powerstore.dellemc.com/127.0.0.1-nfs", "values": [ "true" ] } ] } ], "name": "powerstore-nfs", "parameters": { "csi.storage.k8s.io/fstype": "nfs", "nasName": "nas-server" }, "reclaimPolicy": "Delete" } ] } } }, { "apiVersion": "storage.dell.com/v1", "kind": "CSIUnity", "metadata": { "name": "test-unity", "namespace": "test-unity" }, "spec": { "driver": { "common": { "envs": [ { "name": "X_CSI_UNITY_DEBUG", "value": "true" } ], "image": "dellemc/csi-unity:v1.4.0.000R", "imagePullPolicy": "IfNotPresent" }, "configVersion": "v3", "replicas": 2, "sideCars": [ { "args": [ "--volume-name-prefix=csiunity" ], "name": "provisioner" }, { "args": [ "--snapshot-name-prefix=csiunitysnap" ], "name": "snapshotter" } ], "snapshotClass": [ { "name": "test-snap", "parameters": { "retentionDuration": "" } } ], "storageClass": [ { "allowVolumeExpansion": true, "default": true, "name": "virt2016****-fc", "parameters": { "arrayId": "VIRT2016****", "protocol": "FC", "storagePool": "pool_1" }, "reclaimPolicy": "Delete" }, { "allowVolumeExpansion": true, "name": "virt2017****-iscsi", "parameters": { "arrayId": "VIRT2017****", "protocol": "iSCSI", "storagePool": "pool_1" }, "reclaimPolicy": "Delete" }, { "allowVolumeExpansion": true, "name": "virt2017****-nfs", "parameters": { "arrayId": "VIRT2017****", "hostIoSize": "8192", "nasServer": "nas_1", "protocol": "NFS", "storagePool": "pool_1" }, "reclaimPolicy": "Delete" }, { "allowVolumeExpansion": true, "allowedTopologies": [ { "matchLabelExpressions": [ { "key": "csi-unity.dellemc.com/virt2017****-iscsi", "values": [ "true" ] } ] } ], "name": "virt2017****-iscsi-topology", "parameters": { "arrayId": "VIRT2017****", "protocol": "iSCSI", "storagePool": "pool_1" }, "reclaimPolicy": "Delete", "volumeBindingMode": "WaitForFirstConsumer" } ] } } }, { "apiVersion": "storage.dell.com/v1", "kind": "CSIVXFlexOS", "metadata": { "name": "test-vxflexos", "namespace": "test-vxflexos" }, "spec": { "driver": { "common": { "envs": [ { "name": "X_CSI_VXFLEXOS_SYSTEMNAME", "value": "systemname" }, { "name": "X_CSI_VXFLEXOS_ENDPOINT", "value": "https://127.0.0.1" }, { "name": "X_CSI_VXFLEXOS_ENABLELISTVOLUMESNAPSHOT", "value": "false" }, { "name": "X_CSI_VXFLEXOS_ENABLESNAPSHOTCGDELETE", "value": "false" }, { "name": "X_CSI_DEBUG", "value": "true" } ], "image": "dellemc/csi-vxflexos:v1.3.0.000R", "imagePullPolicy": "IfNotPresent" }, "configVersion": "v3", "forceUpdate": false, "initContainers": [ { "envs": [ { "name": "MDM", "value": "10.xx.xx.xx,10.xx.xx.xx" } ], "image": "dellemc/sdc:3.5.1.1", "imagePullPolicy": "IfNotPresent", "name": "sdc" } ], "replicas": 1, "snapshotClass": [ { "name": "vxflexos-snapclass" } ], "storageClass": [ { "allowVolumeExpansion": true, "allowedTopologies": [ { "matchLabelExpressions": [ { "key": "csi-vxflexos.dellemc.com/X_CSI_VXFLEXOS_SYSTEMNAME", "values": [ "csi-vxflexos.dellemc.com" ] } ] } ], "default": true, "name": "vxflexos", "parameters": { "storagepool": "pool1" }, "reclaimPolicy": "Delete" }, { "allowVolumeExpansion": true, "allowedTopologies": [ { "matchLabelExpressions": [ { "key": "csi-vxflexos.dellemc.com/X_CSI_VXFLEXOS_SYSTEMNAME", "values": [ "csi-vxflexos.dellemc.com" ] } ] } ], "default": false, "name": "vxflexos-xfs", "parameters": { "FsType": "xfs", "storagepool": "pool1" }, "reclaimPolicy": "Delete" } ] } } } ] capabilities: Seamless Upgrades categories: Storage certified: "true" containerImage: dellemc/dell-csi-operator@sha256:126790cbea5d21fa49e927791742c1a4a108ad7931c08247f822bb4d416b98a6 k8s.v1.cni.cncf.io/network-status: |- [{ "name": "openshift-sdn", "interface": "eth0", "ips": [ "172.31.6.13" ], "default": true, "dns": {} }] k8s.v1.cni.cncf.io/networks-status: |- [{ "name": "openshift-sdn", "interface": "eth0", "ips": [ "172.31.6.13" ], "default": true, "dns": {} }] olm.operatorGroup: global-operators olm.operatorNamespace: openshift-operators olm.targetNamespaces: "" operators.operatorframework.io/builder: operator-sdk-v1.1.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v2 repository: https://github.com/dell/dell-csi-operator support: Dell EMC creationTimestamp: "2021-12-02T10:21:44Z" generateName: dell-csi-operator-controller-manager-77cb4bd85- labels: control-plane: controller-manager pod-template-hash: 77cb4bd85 name: dell-csi-operator-controller-manager-77cb4bd85-zwtdg namespace: openshift-operators ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: ReplicaSet name: dell-csi-operator-controller-manager-77cb4bd85 uid: 2bbcec1f-7077-402d-904b-9e90df3db7f8 resourceVersion: "530202958" uid: 25b73c36-ab59-4269-8ae0-314e500ae680 spec: containers: - args: - --enable-leader-election command: - /manager env: - name: OPERATOR_DRIVERS value: unity,powermax,isilon,vxflexos,powerstore - name: OPERATOR_CONDITION_NAME value: dell-csi-operator-certified.v1.2.0 image: docker.io/dellemc/dell-csi-operator@sha256:126790cbea5d21fa49e927791742c1a4a108ad7931c08247f822bb4d416b98a6 imagePullPolicy: Always name: dell-csi-operator-controller resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/config/configmap name: configmap-volume - mountPath: /etc/config/dell-csi-operator name: config-dir - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-66f58 readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true imagePullSecrets: - name: dell-csi-operator-manager-service-account-dockercfg-kxm4g initContainers: - command: - sh - -c - 'if [ -e /configmap/config.tar.gz ]; then /bin/tar -C /etc/config/dell-csi-operator -xzvf /configmap/config.tar.gz --strip-components 1; else echo "Warning: ConfigMap not mounted"; fi' image: docker.io/busybox@sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 imagePullPolicy: IfNotPresent name: config-copy resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /configmap name: configmap-volume - mountPath: /etc/config/dell-csi-operator name: config-dir - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-66f58 readOnly: true nodeName: vmosprds01.hopitalvs.ch preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: dell-csi-operator-manager-service-account serviceAccountName: dell-csi-operator-manager-service-account terminationGracePeriodSeconds: 10 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: - configMap: defaultMode: 420 name: dell-csi-operator-config optional: true name: configmap-volume - emptyDir: {} name: config-dir - name: kube-api-access-66f58 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 - configMap: items: - key: service-ca.crt path: service-ca.crt name: openshift-service-ca.crt status: conditions: - lastProbeTime: null lastTransitionTime: "2021-12-02T10:21:48Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2022-01-11T19:05:23Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2022-01-11T19:05:23Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2021-12-02T10:21:44Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://cfe69bf3cf093fd2883419b4f64c16956c8279d32566935a19acbb90d83337d3 image: docker.io/dellemc/dell-csi-operator@sha256:126790cbea5d21fa49e927791742c1a4a108ad7931c08247f822bb4d416b98a6 imageID: docker.io/dellemc/dell-csi-operator@sha256:126790cbea5d21fa49e927791742c1a4a108ad7931c08247f822bb4d416b98a6 lastState: terminated: containerID: cri-o://93b6e07d8b3511ca1950dbe043759ebaed11b018ec36c2fa3eff388ff48d2a2a exitCode: 1 finishedAt: "2022-01-11T19:05:20Z" reason: Error startedAt: "2022-01-10T19:01:39Z" name: dell-csi-operator-controller ready: true restartCount: 24 started: true state: running: startedAt: "2022-01-11T19:05:23Z" hostIP: 172.30.35.206 initContainerStatuses: - containerID: cri-o://961beac53aa063c2d20ef2d0196f81c47f88df63b58e73d5d1716617404660f6 image: docker.io/library/busybox@sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 imageID: docker.io/library/busybox@sha256:31a54a0cf86d7354788a8265f60ae6acb4b348a67efbcf7c1007dd3cf7af05ab lastState: {} name: config-copy ready: true restartCount: 0 state: terminated: containerID: cri-o://961beac53aa063c2d20ef2d0196f81c47f88df63b58e73d5d1716617404660f6 exitCode: 0 finishedAt: "2021-12-02T10:21:47Z" reason: Completed startedAt: "2021-12-02T10:21:46Z" phase: Running podIP: 172.31.6.13 podIPs: - ip: 172.31.6.13 qosClass: BestEffort startTime: "2021-12-02T10:21:44Z" - apiVersion: v1 kind: Pod metadata: annotations: k8s.v1.cni.cncf.io/network-status: |- [{ "name": "openshift-sdn", "interface": "eth0", "ips": [ "172.31.4.12" ], "default": true, "dns": {} }] k8s.v1.cni.cncf.io/networks-status: |- [{ "name": "openshift-sdn", "interface": "eth0", "ips": [ "172.31.4.12" ], "default": true, "dns": {} }] creationTimestamp: "2021-12-02T12:02:00Z" generateName: isilon-controller-5964dd69f8- labels: app: isilon-controller pod-template-hash: 5964dd69f8 name: isilon-controller-5964dd69f8-dr7q2 namespace: openshift-operators ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: ReplicaSet name: isilon-controller-5964dd69f8 uid: 0c191437-f381-49f1-a944-b79d1727a361 resourceVersion: "530202984" uid: 3b9a5835-d166-4099-adb0-90f287bb94a0 spec: affinity: podAntiAffinity: requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - key: app operator: In values: - isilon-controller topologyKey: kubernetes.io/hostname containers: - args: - --leader-election env: - name: CSI_ENDPOINT value: /var/run/csi/csi.sock - name: X_CSI_MODE value: controller - name: X_CSI_ISI_AUTOPROBE value: "true" - name: X_CSI_DEBUG value: "true" - name: X_CSI_ISI_INSECURE value: "true" - name: X_CSI_ISI_USER valueFrom: secretKeyRef: key: username name: isilon-creds - name: X_CSI_ISI_PASSWORD valueFrom: secretKeyRef: key: password name: isilon-creds - name: SSL_CERT_DIR value: /certs - name: X_CSI_ISI_ENDPOINT value: 172.22.50.44 - name: X_CSI_ISI_PORT value: "8080" - name: X_CSI_CUSTOM_TOPOLOGY_ENABLED value: "false" - name: X_CSI_VERBOSE value: "1" - name: X_CSI_ISI_PATH value: /ifs/HVS/openshift-prd-nfs/data - name: X_CSI_ISILON_NO_PROBE_ON_START value: "false" - name: X_CSI_ISI_QUOTA_ENABLED value: "true" - name: X_CSI_ISI_ACCESS_ZONE value: System image: dellemc/csi-isilon:v1.4.0.000R imagePullPolicy: IfNotPresent name: driver resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/run/csi name: socket-dir - mountPath: /certs name: certs readOnly: true - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-r4wm4 readOnly: true - args: - --csi-address=$(ADDRESS) - --timeout=120s - --volume-name-uuid-length=10 - --timeout=180s - --worker-threads=6 - --v=5 - --volume-name-prefix=csipscale - --leader-election env: - name: ADDRESS value: /var/run/csi/csi.sock image: k8s.gcr.io/sig-storage/csi-provisioner:v2.0.2 imagePullPolicy: IfNotPresent name: provisioner resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/run/csi name: socket-dir - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-r4wm4 readOnly: true - args: - --csi-address=$(ADDRESS) - --v=5 - --timeout=180s - --leader-election env: - name: ADDRESS value: /var/run/csi/csi.sock image: k8s.gcr.io/sig-storage/csi-attacher:v3.0.0 imagePullPolicy: IfNotPresent name: attacher resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/run/csi name: socket-dir - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-r4wm4 readOnly: true - args: - --csi-address=$(ADDRESS) - --timeout=15s - --v=5 - --leader-election env: - name: ADDRESS value: /var/run/csi/csi.sock image: k8s.gcr.io/sig-storage/csi-snapshotter:v3.0.2 imagePullPolicy: IfNotPresent name: snapshotter resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/run/csi name: socket-dir - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-r4wm4 readOnly: true - args: - --csi-address=$(ADDRESS) - --v=5 - --leader-election env: - name: ADDRESS value: /var/run/csi/csi.sock image: quay.io/k8scsi/csi-resizer:v1.0.0 imagePullPolicy: IfNotPresent name: resizer resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/run/csi name: socket-dir - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-r4wm4 readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true imagePullSecrets: - name: isilon-controller-dockercfg-7s6vf nodeName: vmosprdi02.hopitalvs.ch preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: isilon-controller serviceAccountName: isilon-controller 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: socket-dir - name: certs secret: defaultMode: 420 optional: true secretName: isilon-certs - name: kube-api-access-r4wm4 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 - configMap: items: - key: service-ca.crt path: service-ca.crt name: openshift-service-ca.crt status: conditions: - lastProbeTime: null lastTransitionTime: "2021-12-02T12:02:00Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2022-01-11T19:05:25Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2022-01-11T19:05:25Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2021-12-02T12:02:00Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://5ce3cf45298d8188b711d869ade330f4d6180643898314752f1cfbb8d4b3c312 image: k8s.gcr.io/sig-storage/csi-attacher:v3.0.0 imageID: k8s.gcr.io/sig-storage/csi-attacher@sha256:bc6d3ca87c62a2587470ba7adca84e9e5e7db61be1a35176084cc9ec3b4a87d5 lastState: terminated: containerID: cri-o://766de15be1f1f4e4d1139c169e0e9d3fa4185c4a0f95c51804a571fde62a1798 exitCode: 255 finishedAt: "2022-01-11T19:05:21Z" reason: Error startedAt: "2022-01-10T19:01:38Z" name: attacher ready: true restartCount: 21 started: true state: running: startedAt: "2022-01-11T19:05:23Z" - containerID: cri-o://0cc0be98e00690c634fe7095898d6c5e2aa30e46044262e2f9ea25db670b60e4 image: docker.io/dellemc/csi-isilon:v1.4.0.000R imageID: docker.io/dellemc/csi-isilon@sha256:d476b2db63403e914513595f6de7474df175093b2e22126a0f2e874835fda72d lastState: terminated: containerID: cri-o://b35578c5e3568f042153817ffea1d924a928555ae579a52f1fe8b1a4feaf8d24 exitCode: 255 finishedAt: "2022-01-11T19:05:22Z" reason: Error startedAt: "2022-01-10T19:01:37Z" name: driver ready: true restartCount: 15 started: true state: running: startedAt: "2022-01-11T19:05:24Z" - containerID: cri-o://4fc269ef150adff65d7ae4dfb8000b3fdc884220ad8c7cbc0d787b0bc63a782f image: k8s.gcr.io/sig-storage/csi-provisioner:v2.0.2 imageID: k8s.gcr.io/sig-storage/csi-provisioner@sha256:1788ed9ee399de92b8cdafff4ec5ba6d0cf1239432f552dd093716ac8625ebb7 lastState: terminated: containerID: cri-o://ce39f8321d3a5bf51c77a2b71470ebfd90f08e89512a13e64a95f56f9b5d66c4 exitCode: 255 finishedAt: "2022-01-11T19:05:22Z" message: Lost connection to CSI driver, exiting reason: Error startedAt: "2022-01-10T19:01:36Z" name: provisioner ready: true restartCount: 21 started: true state: running: startedAt: "2022-01-11T19:05:24Z" - containerID: cri-o://4404e15d8cd5b381bb6c1819674140c12737c7869b271fa3d37e2755ee62d5f2 image: quay.io/k8scsi/csi-resizer:v1.0.0 imageID: quay.io/k8scsi/csi-resizer@sha256:83655a67f84ac500b67fd0e7084d1eaa9828321d179269171aa0c9bc35ca8ef9 lastState: terminated: containerID: cri-o://ae617019ecbaba185cdf5b745bbc95303ea9dacbeab3afd4171b6ee7c4bf6ddf exitCode: 255 finishedAt: "2022-01-11T19:05:22Z" message: Lost connection to CSI driver, exiting reason: Error startedAt: "2022-01-10T19:01:36Z" name: resizer ready: true restartCount: 20 started: true state: running: startedAt: "2022-01-11T19:05:25Z" - containerID: cri-o://4f1857181691708dd51a81dc83b28c3c85217f05288123f7590af89e51d2eb4d image: k8s.gcr.io/sig-storage/csi-snapshotter:v3.0.2 imageID: k8s.gcr.io/sig-storage/csi-snapshotter@sha256:26e327b018c21a49523b759d7787e99553181ae9ef90b6bdc13abe362a43ced0 lastState: terminated: containerID: cri-o://490e141d8abf9b0fd820d78e0eb06ab84b38499862acee64ec046846ad06399f exitCode: 255 finishedAt: "2022-01-11T19:05:21Z" reason: Error startedAt: "2022-01-10T19:01:38Z" name: snapshotter ready: true restartCount: 20 started: true state: running: startedAt: "2022-01-11T19:05:23Z" hostIP: 172.30.35.209 phase: Running podIP: 172.31.4.12 podIPs: - ip: 172.31.4.12 qosClass: BestEffort startTime: "2021-12-02T12:02:00Z" - apiVersion: v1 kind: Pod metadata: annotations: k8s.v1.cni.cncf.io/network-status: |- [{ "name": "openshift-sdn", "interface": "eth0", "ips": [ "172.31.6.25" ], "default": true, "dns": {} }] k8s.v1.cni.cncf.io/networks-status: |- [{ "name": "openshift-sdn", "interface": "eth0", "ips": [ "172.31.6.25" ], "default": true, "dns": {} }] creationTimestamp: "2021-12-02T12:06:16Z" generateName: isilon-controller-5964dd69f8- labels: app: isilon-controller pod-template-hash: 5964dd69f8 name: isilon-controller-5964dd69f8-sh72h namespace: openshift-operators ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: ReplicaSet name: isilon-controller-5964dd69f8 uid: 0c191437-f381-49f1-a944-b79d1727a361 resourceVersion: "526665362" uid: bcccc316-28c9-4cc3-8fc8-b1e53efcb2e9 spec: affinity: podAntiAffinity: requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - key: app operator: In values: - isilon-controller topologyKey: kubernetes.io/hostname containers: - args: - --leader-election env: - name: CSI_ENDPOINT value: /var/run/csi/csi.sock - name: X_CSI_MODE value: controller - name: X_CSI_ISI_AUTOPROBE value: "true" - name: X_CSI_DEBUG value: "true" - name: X_CSI_ISI_INSECURE value: "true" - name: X_CSI_ISI_USER valueFrom: secretKeyRef: key: username name: isilon-creds - name: X_CSI_ISI_PASSWORD valueFrom: secretKeyRef: key: password name: isilon-creds - name: SSL_CERT_DIR value: /certs - name: X_CSI_ISI_ENDPOINT value: 172.22.50.44 - name: X_CSI_ISI_PORT value: "8080" - name: X_CSI_CUSTOM_TOPOLOGY_ENABLED value: "false" - name: X_CSI_VERBOSE value: "1" - name: X_CSI_ISI_PATH value: /ifs/HVS/openshift-prd-nfs/data - name: X_CSI_ISILON_NO_PROBE_ON_START value: "false" - name: X_CSI_ISI_QUOTA_ENABLED value: "true" - name: X_CSI_ISI_ACCESS_ZONE value: System image: dellemc/csi-isilon:v1.4.0.000R imagePullPolicy: IfNotPresent name: driver resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/run/csi name: socket-dir - mountPath: /certs name: certs readOnly: true - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-wmwgh readOnly: true - args: - --csi-address=$(ADDRESS) - --timeout=120s - --volume-name-uuid-length=10 - --timeout=180s - --worker-threads=6 - --v=5 - --volume-name-prefix=csipscale - --leader-election env: - name: ADDRESS value: /var/run/csi/csi.sock image: k8s.gcr.io/sig-storage/csi-provisioner:v2.0.2 imagePullPolicy: IfNotPresent name: provisioner resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/run/csi name: socket-dir - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-wmwgh readOnly: true - args: - --csi-address=$(ADDRESS) - --v=5 - --timeout=180s - --leader-election env: - name: ADDRESS value: /var/run/csi/csi.sock image: k8s.gcr.io/sig-storage/csi-attacher:v3.0.0 imagePullPolicy: IfNotPresent name: attacher resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/run/csi name: socket-dir - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-wmwgh readOnly: true - args: - --csi-address=$(ADDRESS) - --timeout=15s - --v=5 - --leader-election env: - name: ADDRESS value: /var/run/csi/csi.sock image: k8s.gcr.io/sig-storage/csi-snapshotter:v3.0.2 imagePullPolicy: IfNotPresent name: snapshotter resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/run/csi name: socket-dir - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-wmwgh readOnly: true - args: - --csi-address=$(ADDRESS) - --v=5 - --leader-election env: - name: ADDRESS value: /var/run/csi/csi.sock image: quay.io/k8scsi/csi-resizer:v1.0.0 imagePullPolicy: IfNotPresent name: resizer resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/run/csi name: socket-dir - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-wmwgh readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true imagePullSecrets: - name: isilon-controller-dockercfg-7s6vf nodeName: vmosprds01.hopitalvs.ch preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: isilon-controller serviceAccountName: isilon-controller 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: socket-dir - name: certs secret: defaultMode: 420 optional: true secretName: isilon-certs - name: kube-api-access-wmwgh 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 - configMap: items: - key: service-ca.crt path: service-ca.crt name: openshift-service-ca.crt status: conditions: - lastProbeTime: null lastTransitionTime: "2021-12-02T12:06:16Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2022-01-07T19:03:25Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2022-01-07T19:03:25Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2021-12-02T12:06:16Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://28d596a6262f9b07cd7e4cb0aaa6e8eb69ec5c003e1aef26e2917f0b73fefd55 image: k8s.gcr.io/sig-storage/csi-attacher:v3.0.0 imageID: k8s.gcr.io/sig-storage/csi-attacher@sha256:bc6d3ca87c62a2587470ba7adca84e9e5e7db61be1a35176084cc9ec3b4a87d5 lastState: terminated: containerID: cri-o://f6c229bb92eb92f5bbd57352777d6f9afb353756631bda2f970f0193904862de exitCode: 255 finishedAt: "2022-01-07T19:03:02Z" reason: Error startedAt: "2022-01-07T19:02:37Z" name: attacher ready: true restartCount: 9 started: true state: running: startedAt: "2022-01-07T19:03:24Z" - containerID: cri-o://a50f3966145aea5abfe3842c7e3d9168f222b51664075c804093c79a5b49c792 image: docker.io/dellemc/csi-isilon:v1.4.0.000R imageID: docker.io/dellemc/csi-isilon@sha256:d476b2db63403e914513595f6de7474df175093b2e22126a0f2e874835fda72d lastState: terminated: containerID: cri-o://c70c6614da6fbd29b533ddac73bf3c246e56ac5b75f921342c83348940a57355 exitCode: 255 finishedAt: "2022-01-07T19:03:07Z" reason: Error startedAt: "2022-01-07T19:02:23Z" name: driver ready: true restartCount: 6 started: true state: running: startedAt: "2022-01-07T19:03:24Z" - containerID: cri-o://e73665bfd576e1fbf1f3fd850945db09939a05c3ad43f6264a45c59cd8cee568 image: k8s.gcr.io/sig-storage/csi-provisioner:v2.0.2 imageID: k8s.gcr.io/sig-storage/csi-provisioner@sha256:1788ed9ee399de92b8cdafff4ec5ba6d0cf1239432f552dd093716ac8625ebb7 lastState: terminated: containerID: cri-o://1e4cbe8bd4d9a06515415ca08346ce776932f15d96be1fc0c69d649170965915 exitCode: 255 finishedAt: "2022-01-07T19:02:56Z" reason: Error startedAt: "2022-01-07T19:02:23Z" name: provisioner ready: true restartCount: 11 started: true state: running: startedAt: "2022-01-07T19:03:08Z" - containerID: cri-o://a8f9574b8afd5bceecd6b2a94c274d8eefd45a40733a83be96819de76238d6dd image: quay.io/k8scsi/csi-resizer:v1.0.0 imageID: quay.io/k8scsi/csi-resizer@sha256:83655a67f84ac500b67fd0e7084d1eaa9828321d179269171aa0c9bc35ca8ef9 lastState: terminated: containerID: cri-o://6a5fd70d21305f8c6d8347a15037912d6b6db7e79231a12496dda4ebd3a44700 exitCode: 255 finishedAt: "2022-01-07T19:03:00Z" reason: Error startedAt: "2022-01-07T19:02:24Z" name: resizer ready: true restartCount: 8 started: true state: running: startedAt: "2022-01-07T19:03:24Z" - containerID: cri-o://1bb63a676b384e2a7f7411d3618d8e5a68a3cc257415c136e7057067d670f8db image: k8s.gcr.io/sig-storage/csi-snapshotter:v3.0.2 imageID: k8s.gcr.io/sig-storage/csi-snapshotter@sha256:26e327b018c21a49523b759d7787e99553181ae9ef90b6bdc13abe362a43ced0 lastState: terminated: containerID: cri-o://4646d8bf3f722be5e58ad6145667d28b8779af6cdf81e077a5aa496281930016 exitCode: 255 finishedAt: "2022-01-07T19:02:56Z" reason: Error startedAt: "2022-01-07T19:02:19Z" name: snapshotter ready: true restartCount: 8 started: true state: running: startedAt: "2022-01-07T19:03:09Z" hostIP: 172.30.35.206 phase: Running podIP: 172.31.6.25 podIPs: - ip: 172.31.6.25 qosClass: BestEffort startTime: "2021-12-02T12:06:16Z" - apiVersion: v1 kind: Pod metadata: creationTimestamp: "2021-12-02T12:02:17Z" generateName: isilon-node- labels: app: isilon-node controller-revision-hash: 749579f44d pod-template-generation: "5" name: isilon-node-4b8xx namespace: openshift-operators ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: DaemonSet name: isilon-node uid: 71db3fe6-3700-40bc-9b2e-fcc7c3738145 resourceVersion: "495416302" uid: 4cb1fcda-2eba-46b8-9802-99a73b3e749b spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchFields: - key: metadata.name operator: In values: - vmosprdw10.hopitalvs.ch containers: - env: - name: CSI_ENDPOINT value: /var/lib/kubelet/plugins/csi-isilon/csi_sock - name: X_CSI_MODE value: node - name: X_CSI_ISI_AUTOPROBE value: "true" - name: X_CSI_DEBUG value: "true" - name: X_CSI_ISI_INSECURE value: "true" - name: X_CSI_ISI_USER valueFrom: secretKeyRef: key: username name: isilon-creds - name: X_CSI_ISI_PASSWORD valueFrom: secretKeyRef: key: password name: isilon-creds - name: X_CSI_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: X_CSI_NODE_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: SSL_CERT_DIR value: /certs - name: X_CSI_PRIVATE_MOUNT_DIR value: /var/lib/kubelet/plugins/csi-isilon/disks - name: X_CSI_ISI_ENDPOINT value: 172.22.50.44 - name: X_CSI_ISI_PORT value: "8080" - name: X_CSI_CUSTOM_TOPOLOGY_ENABLED value: "false" - name: X_CSI_VERBOSE value: "1" - name: X_CSI_ISI_PATH value: /ifs/HVS/openshift-prd-nfs/data - name: X_CSI_ISILON_NO_PROBE_ON_START value: "false" - name: X_CSI_ISILON_NFS_V3 value: "false" image: dellemc/csi-isilon:v1.4.0.000R imagePullPolicy: IfNotPresent name: driver resources: {} securityContext: capabilities: add: - SYS_ADMIN privileged: true terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/kubelet/plugins/csi-isilon name: driver-path - mountPath: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices name: volumedevices-path - mountPath: /var/lib/kubelet/pods mountPropagation: Bidirectional name: pods-path - mountPath: /dev name: dev - mountPath: /certs name: certs readOnly: true - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-bbqdr readOnly: true - args: - --v=5 - --csi-address=$(ADDRESS) - --kubelet-registration-path=/var/lib/kubelet/plugins/csi-isilon/csi_sock env: - name: ADDRESS value: /csi/csi_sock - name: KUBE_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imagePullPolicy: IfNotPresent name: registrar resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /registration name: registration-dir - mountPath: /csi name: driver-path - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-bbqdr readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostNetwork: true imagePullSecrets: - name: isilon-node-dockercfg-gfqqn nodeName: vmosprdw10.hopitalvs.ch preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: isilon-node serviceAccountName: isilon-node terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists - effect: NoSchedule key: node.kubernetes.io/disk-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/pid-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/unschedulable operator: Exists - effect: NoSchedule key: node.kubernetes.io/network-unavailable operator: Exists volumes: - hostPath: path: /var/lib/kubelet/plugins_registry/ type: DirectoryOrCreate name: registration-dir - hostPath: path: /var/lib/kubelet/plugins/csi-isilon type: DirectoryOrCreate name: driver-path - hostPath: path: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices type: DirectoryOrCreate name: volumedevices-path - hostPath: path: /var/lib/kubelet/pods type: Directory name: pods-path - hostPath: path: /dev type: Directory name: dev - name: certs secret: defaultMode: 420 optional: true secretName: isilon-certs - name: kube-api-access-bbqdr 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 - configMap: items: - key: service-ca.crt path: service-ca.crt name: openshift-service-ca.crt status: conditions: - lastProbeTime: null lastTransitionTime: "2021-12-02T12:02:17Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2021-12-02T12:02:26Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2021-12-02T12:02:26Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2021-12-02T12:02:17Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://1fa7958dfa0f071ad8fd4b6fa60bfb5355e187fd56aa3c5bdac209c941ea3762 image: docker.io/dellemc/csi-isilon:v1.4.0.000R imageID: docker.io/dellemc/csi-isilon@sha256:d476b2db63403e914513595f6de7474df175093b2e22126a0f2e874835fda72d lastState: {} name: driver ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:02:26Z" - containerID: cri-o://d153c62deed77ee85c62efa4f9e24b0790ea2c5b82677c3fd28ebacfaded76a0 image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imageID: k8s.gcr.io/sig-storage/csi-node-driver-registrar@sha256:3938dbe6f05482045deb3a68ebffbf9be89b9498bbefd19f6475fb01ab65d1bc lastState: {} name: registrar ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:02:26Z" hostIP: 172.30.35.219 phase: Running podIP: 172.30.35.219 podIPs: - ip: 172.30.35.219 qosClass: BestEffort startTime: "2021-12-02T12:02:17Z" - apiVersion: v1 kind: Pod metadata: creationTimestamp: "2021-12-02T12:06:16Z" generateName: isilon-node- labels: app: isilon-node controller-revision-hash: 749579f44d pod-template-generation: "5" name: isilon-node-5czwd namespace: openshift-operators ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: DaemonSet name: isilon-node uid: 71db3fe6-3700-40bc-9b2e-fcc7c3738145 resourceVersion: "495426949" uid: 54f3359c-29c5-4b5d-b3bb-9a7d6312aabe spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchFields: - key: metadata.name operator: In values: - vmosprds02.hopitalvs.ch containers: - env: - name: CSI_ENDPOINT value: /var/lib/kubelet/plugins/csi-isilon/csi_sock - name: X_CSI_MODE value: node - name: X_CSI_ISI_AUTOPROBE value: "true" - name: X_CSI_DEBUG value: "true" - name: X_CSI_ISI_INSECURE value: "true" - name: X_CSI_ISI_USER valueFrom: secretKeyRef: key: username name: isilon-creds - name: X_CSI_ISI_PASSWORD valueFrom: secretKeyRef: key: password name: isilon-creds - name: X_CSI_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: X_CSI_NODE_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: SSL_CERT_DIR value: /certs - name: X_CSI_PRIVATE_MOUNT_DIR value: /var/lib/kubelet/plugins/csi-isilon/disks - name: X_CSI_ISI_ENDPOINT value: 172.22.50.44 - name: X_CSI_ISI_PORT value: "8080" - name: X_CSI_CUSTOM_TOPOLOGY_ENABLED value: "false" - name: X_CSI_VERBOSE value: "1" - name: X_CSI_ISI_PATH value: /ifs/HVS/openshift-prd-nfs/data - name: X_CSI_ISILON_NO_PROBE_ON_START value: "false" - name: X_CSI_ISILON_NFS_V3 value: "false" image: dellemc/csi-isilon:v1.4.0.000R imagePullPolicy: IfNotPresent name: driver resources: {} securityContext: capabilities: add: - SYS_ADMIN privileged: true terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/kubelet/plugins/csi-isilon name: driver-path - mountPath: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices name: volumedevices-path - mountPath: /var/lib/kubelet/pods mountPropagation: Bidirectional name: pods-path - mountPath: /dev name: dev - mountPath: /certs name: certs readOnly: true - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-xnjq9 readOnly: true - args: - --v=5 - --csi-address=$(ADDRESS) - --kubelet-registration-path=/var/lib/kubelet/plugins/csi-isilon/csi_sock env: - name: ADDRESS value: /csi/csi_sock - name: KUBE_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imagePullPolicy: IfNotPresent name: registrar resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /registration name: registration-dir - mountPath: /csi name: driver-path - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-xnjq9 readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostNetwork: true imagePullSecrets: - name: isilon-node-dockercfg-gfqqn nodeName: vmosprds02.hopitalvs.ch preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: isilon-node serviceAccountName: isilon-node terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists - effect: NoSchedule key: node.kubernetes.io/disk-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/pid-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/unschedulable operator: Exists - effect: NoSchedule key: node.kubernetes.io/network-unavailable operator: Exists volumes: - hostPath: path: /var/lib/kubelet/plugins_registry/ type: DirectoryOrCreate name: registration-dir - hostPath: path: /var/lib/kubelet/plugins/csi-isilon type: DirectoryOrCreate name: driver-path - hostPath: path: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices type: DirectoryOrCreate name: volumedevices-path - hostPath: path: /var/lib/kubelet/pods type: Directory name: pods-path - hostPath: path: /dev type: Directory name: dev - name: certs secret: defaultMode: 420 optional: true secretName: isilon-certs - name: kube-api-access-xnjq9 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 - configMap: items: - key: service-ca.crt path: service-ca.crt name: openshift-service-ca.crt status: conditions: - lastProbeTime: null lastTransitionTime: "2021-12-02T12:06:16Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2021-12-02T12:15:25Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2021-12-02T12:15:25Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2021-12-02T12:06:16Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://8d7116f923dae5124319cb7a56feb88e21c1196e4db38e1d489c6b40d4073d01 image: docker.io/dellemc/csi-isilon:v1.4.0.000R imageID: docker.io/dellemc/csi-isilon@sha256:d476b2db63403e914513595f6de7474df175093b2e22126a0f2e874835fda72d lastState: {} name: driver ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:15:24Z" - containerID: cri-o://d256bd3a42650e00bdb472f7cb59374694917cba009971e4ba7236ed3b2c0022 image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imageID: k8s.gcr.io/sig-storage/csi-node-driver-registrar@sha256:3938dbe6f05482045deb3a68ebffbf9be89b9498bbefd19f6475fb01ab65d1bc lastState: {} name: registrar ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:06:51Z" hostIP: 172.30.35.207 phase: Running podIP: 172.30.35.207 podIPs: - ip: 172.30.35.207 qosClass: BestEffort startTime: "2021-12-02T12:06:16Z" - apiVersion: v1 kind: Pod metadata: creationTimestamp: "2021-12-02T12:26:47Z" generateName: isilon-node- labels: app: isilon-node controller-revision-hash: 749579f44d pod-template-generation: "5" name: isilon-node-8dvkt namespace: openshift-operators ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: DaemonSet name: isilon-node uid: 71db3fe6-3700-40bc-9b2e-fcc7c3738145 resourceVersion: "495436910" uid: 79e0f6e0-aa14-4857-9d12-9c44a8a1f918 spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchFields: - key: metadata.name operator: In values: - vmosprds01.hopitalvs.ch containers: - env: - name: CSI_ENDPOINT value: /var/lib/kubelet/plugins/csi-isilon/csi_sock - name: X_CSI_MODE value: node - name: X_CSI_ISI_AUTOPROBE value: "true" - name: X_CSI_DEBUG value: "true" - name: X_CSI_ISI_INSECURE value: "true" - name: X_CSI_ISI_USER valueFrom: secretKeyRef: key: username name: isilon-creds - name: X_CSI_ISI_PASSWORD valueFrom: secretKeyRef: key: password name: isilon-creds - name: X_CSI_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: X_CSI_NODE_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: SSL_CERT_DIR value: /certs - name: X_CSI_PRIVATE_MOUNT_DIR value: /var/lib/kubelet/plugins/csi-isilon/disks - name: X_CSI_ISI_ENDPOINT value: 172.22.50.44 - name: X_CSI_ISI_PORT value: "8080" - name: X_CSI_CUSTOM_TOPOLOGY_ENABLED value: "false" - name: X_CSI_VERBOSE value: "1" - name: X_CSI_ISI_PATH value: /ifs/HVS/openshift-prd-nfs/data - name: X_CSI_ISILON_NO_PROBE_ON_START value: "false" - name: X_CSI_ISILON_NFS_V3 value: "false" image: dellemc/csi-isilon:v1.4.0.000R imagePullPolicy: IfNotPresent name: driver resources: {} securityContext: capabilities: add: - SYS_ADMIN privileged: true terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/kubelet/plugins/csi-isilon name: driver-path - mountPath: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices name: volumedevices-path - mountPath: /var/lib/kubelet/pods mountPropagation: Bidirectional name: pods-path - mountPath: /dev name: dev - mountPath: /certs name: certs readOnly: true - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-zhmk6 readOnly: true - args: - --v=5 - --csi-address=$(ADDRESS) - --kubelet-registration-path=/var/lib/kubelet/plugins/csi-isilon/csi_sock env: - name: ADDRESS value: /csi/csi_sock - name: KUBE_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imagePullPolicy: IfNotPresent name: registrar resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /registration name: registration-dir - mountPath: /csi name: driver-path - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-zhmk6 readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostNetwork: true imagePullSecrets: - name: isilon-node-dockercfg-gfqqn nodeName: vmosprds01.hopitalvs.ch preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: isilon-node serviceAccountName: isilon-node terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists - effect: NoSchedule key: node.kubernetes.io/disk-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/pid-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/unschedulable operator: Exists - effect: NoSchedule key: node.kubernetes.io/network-unavailable operator: Exists volumes: - hostPath: path: /var/lib/kubelet/plugins_registry/ type: DirectoryOrCreate name: registration-dir - hostPath: path: /var/lib/kubelet/plugins/csi-isilon type: DirectoryOrCreate name: driver-path - hostPath: path: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices type: DirectoryOrCreate name: volumedevices-path - hostPath: path: /var/lib/kubelet/pods type: Directory name: pods-path - hostPath: path: /dev type: Directory name: dev - name: certs secret: defaultMode: 420 optional: true secretName: isilon-certs - name: kube-api-access-zhmk6 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 - configMap: items: - key: service-ca.crt path: service-ca.crt name: openshift-service-ca.crt status: conditions: - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:47Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:49Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:49Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:47Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://422e1a8d89591f09c55c655055c2ab3f2ddb3dda49dfac9056275ef697344bf4 image: docker.io/dellemc/csi-isilon:v1.4.0.000R imageID: docker.io/dellemc/csi-isilon@sha256:d476b2db63403e914513595f6de7474df175093b2e22126a0f2e874835fda72d lastState: {} name: driver ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:26:48Z" - containerID: cri-o://57f26d660d2b59100f8677153e8fb3b764eea8cc4e36b76ed3ff52ae847db59a image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imageID: k8s.gcr.io/sig-storage/csi-node-driver-registrar@sha256:3938dbe6f05482045deb3a68ebffbf9be89b9498bbefd19f6475fb01ab65d1bc lastState: {} name: registrar ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:26:49Z" hostIP: 172.30.35.206 phase: Running podIP: 172.30.35.206 podIPs: - ip: 172.30.35.206 qosClass: BestEffort startTime: "2021-12-02T12:26:47Z" - apiVersion: v1 kind: Pod metadata: creationTimestamp: "2021-12-02T12:19:10Z" generateName: isilon-node- labels: app: isilon-node controller-revision-hash: 749579f44d pod-template-generation: "5" name: isilon-node-9h52s namespace: openshift-operators ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: DaemonSet name: isilon-node uid: 71db3fe6-3700-40bc-9b2e-fcc7c3738145 resourceVersion: "495434773" uid: adbf5a66-e40a-4294-8ba3-f1da72fefe27 spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchFields: - key: metadata.name operator: In values: - vmosprdw03.hopitalvs.ch containers: - env: - name: CSI_ENDPOINT value: /var/lib/kubelet/plugins/csi-isilon/csi_sock - name: X_CSI_MODE value: node - name: X_CSI_ISI_AUTOPROBE value: "true" - name: X_CSI_DEBUG value: "true" - name: X_CSI_ISI_INSECURE value: "true" - name: X_CSI_ISI_USER valueFrom: secretKeyRef: key: username name: isilon-creds - name: X_CSI_ISI_PASSWORD valueFrom: secretKeyRef: key: password name: isilon-creds - name: X_CSI_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: X_CSI_NODE_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: SSL_CERT_DIR value: /certs - name: X_CSI_PRIVATE_MOUNT_DIR value: /var/lib/kubelet/plugins/csi-isilon/disks - name: X_CSI_ISI_ENDPOINT value: 172.22.50.44 - name: X_CSI_ISI_PORT value: "8080" - name: X_CSI_CUSTOM_TOPOLOGY_ENABLED value: "false" - name: X_CSI_VERBOSE value: "1" - name: X_CSI_ISI_PATH value: /ifs/HVS/openshift-prd-nfs/data - name: X_CSI_ISILON_NO_PROBE_ON_START value: "false" - name: X_CSI_ISILON_NFS_V3 value: "false" image: dellemc/csi-isilon:v1.4.0.000R imagePullPolicy: IfNotPresent name: driver resources: {} securityContext: capabilities: add: - SYS_ADMIN privileged: true terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/kubelet/plugins/csi-isilon name: driver-path - mountPath: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices name: volumedevices-path - mountPath: /var/lib/kubelet/pods mountPropagation: Bidirectional name: pods-path - mountPath: /dev name: dev - mountPath: /certs name: certs readOnly: true - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-479g9 readOnly: true - args: - --v=5 - --csi-address=$(ADDRESS) - --kubelet-registration-path=/var/lib/kubelet/plugins/csi-isilon/csi_sock env: - name: ADDRESS value: /csi/csi_sock - name: KUBE_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imagePullPolicy: IfNotPresent name: registrar resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /registration name: registration-dir - mountPath: /csi name: driver-path - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-479g9 readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostNetwork: true imagePullSecrets: - name: isilon-node-dockercfg-gfqqn nodeName: vmosprdw03.hopitalvs.ch preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: isilon-node serviceAccountName: isilon-node terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists - effect: NoSchedule key: node.kubernetes.io/disk-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/pid-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/unschedulable operator: Exists - effect: NoSchedule key: node.kubernetes.io/network-unavailable operator: Exists volumes: - hostPath: path: /var/lib/kubelet/plugins_registry/ type: DirectoryOrCreate name: registration-dir - hostPath: path: /var/lib/kubelet/plugins/csi-isilon type: DirectoryOrCreate name: driver-path - hostPath: path: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices type: DirectoryOrCreate name: volumedevices-path - hostPath: path: /var/lib/kubelet/pods type: Directory name: pods-path - hostPath: path: /dev type: Directory name: dev - name: certs secret: defaultMode: 420 optional: true secretName: isilon-certs - name: kube-api-access-479g9 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 - configMap: items: - key: service-ca.crt path: service-ca.crt name: openshift-service-ca.crt status: conditions: - lastProbeTime: null lastTransitionTime: "2021-12-02T12:19:10Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2021-12-02T12:24:41Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2021-12-02T12:24:41Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2021-12-02T12:19:10Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://e1dfd320bc37a7a126f4ffe42f9f130e79e68268ffac1077c54172b117bda3a3 image: docker.io/dellemc/csi-isilon:v1.4.0.000R imageID: docker.io/dellemc/csi-isilon@sha256:d476b2db63403e914513595f6de7474df175093b2e22126a0f2e874835fda72d lastState: {} name: driver ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:24:40Z" - containerID: cri-o://a6a4755155ebe81cf73964f43907e1dc1f5412d7b04177b7ec9550a6ea1c99d1 image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imageID: k8s.gcr.io/sig-storage/csi-node-driver-registrar@sha256:3938dbe6f05482045deb3a68ebffbf9be89b9498bbefd19f6475fb01ab65d1bc lastState: {} name: registrar ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:19:47Z" hostIP: 172.30.35.212 phase: Running podIP: 172.30.35.212 podIPs: - ip: 172.30.35.212 qosClass: BestEffort startTime: "2021-12-02T12:19:10Z" - apiVersion: v1 kind: Pod metadata: creationTimestamp: "2021-12-02T12:26:27Z" generateName: isilon-node- labels: app: isilon-node controller-revision-hash: 749579f44d pod-template-generation: "5" name: isilon-node-9w742 namespace: openshift-operators ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: DaemonSet name: isilon-node uid: 71db3fe6-3700-40bc-9b2e-fcc7c3738145 resourceVersion: "495436400" uid: b0ae8746-7127-42f5-9207-7ca40a85a2ff spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchFields: - key: metadata.name operator: In values: - vmosprdi02.hopitalvs.ch containers: - env: - name: CSI_ENDPOINT value: /var/lib/kubelet/plugins/csi-isilon/csi_sock - name: X_CSI_MODE value: node - name: X_CSI_ISI_AUTOPROBE value: "true" - name: X_CSI_DEBUG value: "true" - name: X_CSI_ISI_INSECURE value: "true" - name: X_CSI_ISI_USER valueFrom: secretKeyRef: key: username name: isilon-creds - name: X_CSI_ISI_PASSWORD valueFrom: secretKeyRef: key: password name: isilon-creds - name: X_CSI_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: X_CSI_NODE_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: SSL_CERT_DIR value: /certs - name: X_CSI_PRIVATE_MOUNT_DIR value: /var/lib/kubelet/plugins/csi-isilon/disks - name: X_CSI_ISI_ENDPOINT value: 172.22.50.44 - name: X_CSI_ISI_PORT value: "8080" - name: X_CSI_CUSTOM_TOPOLOGY_ENABLED value: "false" - name: X_CSI_VERBOSE value: "1" - name: X_CSI_ISI_PATH value: /ifs/HVS/openshift-prd-nfs/data - name: X_CSI_ISILON_NO_PROBE_ON_START value: "false" - name: X_CSI_ISILON_NFS_V3 value: "false" image: dellemc/csi-isilon:v1.4.0.000R imagePullPolicy: IfNotPresent name: driver resources: {} securityContext: capabilities: add: - SYS_ADMIN privileged: true terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/kubelet/plugins/csi-isilon name: driver-path - mountPath: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices name: volumedevices-path - mountPath: /var/lib/kubelet/pods mountPropagation: Bidirectional name: pods-path - mountPath: /dev name: dev - mountPath: /certs name: certs readOnly: true - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-tcs68 readOnly: true - args: - --v=5 - --csi-address=$(ADDRESS) - --kubelet-registration-path=/var/lib/kubelet/plugins/csi-isilon/csi_sock env: - name: ADDRESS value: /csi/csi_sock - name: KUBE_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imagePullPolicy: IfNotPresent name: registrar resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /registration name: registration-dir - mountPath: /csi name: driver-path - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-tcs68 readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostNetwork: true imagePullSecrets: - name: isilon-node-dockercfg-gfqqn nodeName: vmosprdi02.hopitalvs.ch preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: isilon-node serviceAccountName: isilon-node terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists - effect: NoSchedule key: node.kubernetes.io/disk-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/pid-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/unschedulable operator: Exists - effect: NoSchedule key: node.kubernetes.io/network-unavailable operator: Exists volumes: - hostPath: path: /var/lib/kubelet/plugins_registry/ type: DirectoryOrCreate name: registration-dir - hostPath: path: /var/lib/kubelet/plugins/csi-isilon type: DirectoryOrCreate name: driver-path - hostPath: path: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices type: DirectoryOrCreate name: volumedevices-path - hostPath: path: /var/lib/kubelet/pods type: Directory name: pods-path - hostPath: path: /dev type: Directory name: dev - name: certs secret: defaultMode: 420 optional: true secretName: isilon-certs - name: kube-api-access-tcs68 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 - configMap: items: - key: service-ca.crt path: service-ca.crt name: openshift-service-ca.crt status: conditions: - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:27Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:30Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:30Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:27Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://f59ad0fd3bdbff1539a5bc0858de164a125b7b03c24f71391522520177e5f848 image: docker.io/dellemc/csi-isilon:v1.4.0.000R imageID: docker.io/dellemc/csi-isilon@sha256:d476b2db63403e914513595f6de7474df175093b2e22126a0f2e874835fda72d lastState: {} name: driver ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:26:29Z" - containerID: cri-o://3f0fd97b25ad85fc683dd9a899d887767797922800a87302bb5f9a8b4a29a7ec image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imageID: k8s.gcr.io/sig-storage/csi-node-driver-registrar@sha256:3938dbe6f05482045deb3a68ebffbf9be89b9498bbefd19f6475fb01ab65d1bc lastState: {} name: registrar ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:26:29Z" hostIP: 172.30.35.209 phase: Running podIP: 172.30.35.209 podIPs: - ip: 172.30.35.209 qosClass: BestEffort startTime: "2021-12-02T12:26:27Z" - apiVersion: v1 kind: Pod metadata: creationTimestamp: "2021-12-02T12:02:12Z" generateName: isilon-node- labels: app: isilon-node controller-revision-hash: 749579f44d pod-template-generation: "5" name: isilon-node-fc7x7 namespace: openshift-operators ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: DaemonSet name: isilon-node uid: 71db3fe6-3700-40bc-9b2e-fcc7c3738145 resourceVersion: "495416334" uid: 074c4fad-6171-4db0-b26a-de71eaccd18c spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchFields: - key: metadata.name operator: In values: - vmosprdw04.hopitalvs.ch containers: - env: - name: CSI_ENDPOINT value: /var/lib/kubelet/plugins/csi-isilon/csi_sock - name: X_CSI_MODE value: node - name: X_CSI_ISI_AUTOPROBE value: "true" - name: X_CSI_DEBUG value: "true" - name: X_CSI_ISI_INSECURE value: "true" - name: X_CSI_ISI_USER valueFrom: secretKeyRef: key: username name: isilon-creds - name: X_CSI_ISI_PASSWORD valueFrom: secretKeyRef: key: password name: isilon-creds - name: X_CSI_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: X_CSI_NODE_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: SSL_CERT_DIR value: /certs - name: X_CSI_PRIVATE_MOUNT_DIR value: /var/lib/kubelet/plugins/csi-isilon/disks - name: X_CSI_ISI_ENDPOINT value: 172.22.50.44 - name: X_CSI_ISI_PORT value: "8080" - name: X_CSI_CUSTOM_TOPOLOGY_ENABLED value: "false" - name: X_CSI_VERBOSE value: "1" - name: X_CSI_ISI_PATH value: /ifs/HVS/openshift-prd-nfs/data - name: X_CSI_ISILON_NO_PROBE_ON_START value: "false" - name: X_CSI_ISILON_NFS_V3 value: "false" image: dellemc/csi-isilon:v1.4.0.000R imagePullPolicy: IfNotPresent name: driver resources: {} securityContext: capabilities: add: - SYS_ADMIN privileged: true terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/kubelet/plugins/csi-isilon name: driver-path - mountPath: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices name: volumedevices-path - mountPath: /var/lib/kubelet/pods mountPropagation: Bidirectional name: pods-path - mountPath: /dev name: dev - mountPath: /certs name: certs readOnly: true - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-cbdg4 readOnly: true - args: - --v=5 - --csi-address=$(ADDRESS) - --kubelet-registration-path=/var/lib/kubelet/plugins/csi-isilon/csi_sock env: - name: ADDRESS value: /csi/csi_sock - name: KUBE_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imagePullPolicy: IfNotPresent name: registrar resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /registration name: registration-dir - mountPath: /csi name: driver-path - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-cbdg4 readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostNetwork: true imagePullSecrets: - name: isilon-node-dockercfg-gfqqn nodeName: vmosprdw04.hopitalvs.ch preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: isilon-node serviceAccountName: isilon-node terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists - effect: NoSchedule key: node.kubernetes.io/disk-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/pid-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/unschedulable operator: Exists - effect: NoSchedule key: node.kubernetes.io/network-unavailable operator: Exists volumes: - hostPath: path: /var/lib/kubelet/plugins_registry/ type: DirectoryOrCreate name: registration-dir - hostPath: path: /var/lib/kubelet/plugins/csi-isilon type: DirectoryOrCreate name: driver-path - hostPath: path: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices type: DirectoryOrCreate name: volumedevices-path - hostPath: path: /var/lib/kubelet/pods type: Directory name: pods-path - hostPath: path: /dev type: Directory name: dev - name: certs secret: defaultMode: 420 optional: true secretName: isilon-certs - name: kube-api-access-cbdg4 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 - configMap: items: - key: service-ca.crt path: service-ca.crt name: openshift-service-ca.crt status: conditions: - lastProbeTime: null lastTransitionTime: "2021-12-02T12:02:12Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2021-12-02T12:02:28Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2021-12-02T12:02:28Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2021-12-02T12:02:12Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://6f2d2d0f793b7607cde9c9446318b0be68ed152aa439113da7462f800f4b42c6 image: docker.io/dellemc/csi-isilon:v1.4.0.000R imageID: docker.io/dellemc/csi-isilon@sha256:d476b2db63403e914513595f6de7474df175093b2e22126a0f2e874835fda72d lastState: {} name: driver ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:02:27Z" - containerID: cri-o://b182e81194fa4b37d3c0cd1d9f048d1cd4084bd2d4137a25bf18a8cf0605a881 image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imageID: k8s.gcr.io/sig-storage/csi-node-driver-registrar@sha256:3938dbe6f05482045deb3a68ebffbf9be89b9498bbefd19f6475fb01ab65d1bc lastState: {} name: registrar ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:02:27Z" hostIP: 172.30.35.213 phase: Running podIP: 172.30.35.213 podIPs: - ip: 172.30.35.213 qosClass: BestEffort startTime: "2021-12-02T12:02:12Z" - apiVersion: v1 kind: Pod metadata: creationTimestamp: "2021-12-02T12:26:02Z" generateName: isilon-node- labels: app: isilon-node controller-revision-hash: 749579f44d pod-template-generation: "5" name: isilon-node-jd9w4 namespace: openshift-operators ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: DaemonSet name: isilon-node uid: 71db3fe6-3700-40bc-9b2e-fcc7c3738145 resourceVersion: "495436110" uid: f728abb4-3aaa-45b6-89ab-1db3d5539bc3 spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchFields: - key: metadata.name operator: In values: - vmosprdw01.hopitalvs.ch containers: - env: - name: CSI_ENDPOINT value: /var/lib/kubelet/plugins/csi-isilon/csi_sock - name: X_CSI_MODE value: node - name: X_CSI_ISI_AUTOPROBE value: "true" - name: X_CSI_DEBUG value: "true" - name: X_CSI_ISI_INSECURE value: "true" - name: X_CSI_ISI_USER valueFrom: secretKeyRef: key: username name: isilon-creds - name: X_CSI_ISI_PASSWORD valueFrom: secretKeyRef: key: password name: isilon-creds - name: X_CSI_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: X_CSI_NODE_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: SSL_CERT_DIR value: /certs - name: X_CSI_PRIVATE_MOUNT_DIR value: /var/lib/kubelet/plugins/csi-isilon/disks - name: X_CSI_ISI_ENDPOINT value: 172.22.50.44 - name: X_CSI_ISI_PORT value: "8080" - name: X_CSI_CUSTOM_TOPOLOGY_ENABLED value: "false" - name: X_CSI_VERBOSE value: "1" - name: X_CSI_ISI_PATH value: /ifs/HVS/openshift-prd-nfs/data - name: X_CSI_ISILON_NO_PROBE_ON_START value: "false" - name: X_CSI_ISILON_NFS_V3 value: "false" image: dellemc/csi-isilon:v1.4.0.000R imagePullPolicy: IfNotPresent name: driver resources: {} securityContext: capabilities: add: - SYS_ADMIN privileged: true terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/kubelet/plugins/csi-isilon name: driver-path - mountPath: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices name: volumedevices-path - mountPath: /var/lib/kubelet/pods mountPropagation: Bidirectional name: pods-path - mountPath: /dev name: dev - mountPath: /certs name: certs readOnly: true - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-k9j74 readOnly: true - args: - --v=5 - --csi-address=$(ADDRESS) - --kubelet-registration-path=/var/lib/kubelet/plugins/csi-isilon/csi_sock env: - name: ADDRESS value: /csi/csi_sock - name: KUBE_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imagePullPolicy: IfNotPresent name: registrar resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /registration name: registration-dir - mountPath: /csi name: driver-path - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-k9j74 readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostNetwork: true imagePullSecrets: - name: isilon-node-dockercfg-gfqqn nodeName: vmosprdw01.hopitalvs.ch preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: isilon-node serviceAccountName: isilon-node terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists - effect: NoSchedule key: node.kubernetes.io/disk-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/pid-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/unschedulable operator: Exists - effect: NoSchedule key: node.kubernetes.io/network-unavailable operator: Exists volumes: - hostPath: path: /var/lib/kubelet/plugins_registry/ type: DirectoryOrCreate name: registration-dir - hostPath: path: /var/lib/kubelet/plugins/csi-isilon type: DirectoryOrCreate name: driver-path - hostPath: path: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices type: DirectoryOrCreate name: volumedevices-path - hostPath: path: /var/lib/kubelet/pods type: Directory name: pods-path - hostPath: path: /dev type: Directory name: dev - name: certs secret: defaultMode: 420 optional: true secretName: isilon-certs - name: kube-api-access-k9j74 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 - configMap: items: - key: service-ca.crt path: service-ca.crt name: openshift-service-ca.crt status: conditions: - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:02Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:15Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:15Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:02Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://967d5f811c60a905aef8c2fd1492925b37c297889a4a69e30594e8fffb3eaee9 image: docker.io/dellemc/csi-isilon:v1.4.0.000R imageID: docker.io/dellemc/csi-isilon@sha256:d476b2db63403e914513595f6de7474df175093b2e22126a0f2e874835fda72d lastState: {} name: driver ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:26:14Z" - containerID: cri-o://9c7ce8b4db40e4bc01061fb5d1a62ae19f67a0191208c8670a873b93aa2af36c image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imageID: k8s.gcr.io/sig-storage/csi-node-driver-registrar@sha256:3938dbe6f05482045deb3a68ebffbf9be89b9498bbefd19f6475fb01ab65d1bc lastState: {} name: registrar ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:26:14Z" hostIP: 172.30.35.210 phase: Running podIP: 172.30.35.210 podIPs: - ip: 172.30.35.210 qosClass: BestEffort startTime: "2021-12-02T12:26:02Z" - apiVersion: v1 kind: Pod metadata: creationTimestamp: "2021-12-02T12:39:18Z" generateName: isilon-node- labels: app: isilon-node controller-revision-hash: 749579f44d pod-template-generation: "5" name: isilon-node-kqrwx namespace: openshift-operators ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: DaemonSet name: isilon-node uid: 71db3fe6-3700-40bc-9b2e-fcc7c3738145 resourceVersion: "495449294" uid: cb663b49-09fb-4b3b-9c9d-4f3941164e61 spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchFields: - key: metadata.name operator: In values: - vmosprdw07.hopitalvs.ch containers: - env: - name: CSI_ENDPOINT value: /var/lib/kubelet/plugins/csi-isilon/csi_sock - name: X_CSI_MODE value: node - name: X_CSI_ISI_AUTOPROBE value: "true" - name: X_CSI_DEBUG value: "true" - name: X_CSI_ISI_INSECURE value: "true" - name: X_CSI_ISI_USER valueFrom: secretKeyRef: key: username name: isilon-creds - name: X_CSI_ISI_PASSWORD valueFrom: secretKeyRef: key: password name: isilon-creds - name: X_CSI_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: X_CSI_NODE_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: SSL_CERT_DIR value: /certs - name: X_CSI_PRIVATE_MOUNT_DIR value: /var/lib/kubelet/plugins/csi-isilon/disks - name: X_CSI_ISI_ENDPOINT value: 172.22.50.44 - name: X_CSI_ISI_PORT value: "8080" - name: X_CSI_CUSTOM_TOPOLOGY_ENABLED value: "false" - name: X_CSI_VERBOSE value: "1" - name: X_CSI_ISI_PATH value: /ifs/HVS/openshift-prd-nfs/data - name: X_CSI_ISILON_NO_PROBE_ON_START value: "false" - name: X_CSI_ISILON_NFS_V3 value: "false" image: dellemc/csi-isilon:v1.4.0.000R imagePullPolicy: IfNotPresent name: driver resources: {} securityContext: capabilities: add: - SYS_ADMIN privileged: true terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/kubelet/plugins/csi-isilon name: driver-path - mountPath: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices name: volumedevices-path - mountPath: /var/lib/kubelet/pods mountPropagation: Bidirectional name: pods-path - mountPath: /dev name: dev - mountPath: /certs name: certs readOnly: true - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-jzmb4 readOnly: true - args: - --v=5 - --csi-address=$(ADDRESS) - --kubelet-registration-path=/var/lib/kubelet/plugins/csi-isilon/csi_sock env: - name: ADDRESS value: /csi/csi_sock - name: KUBE_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imagePullPolicy: IfNotPresent name: registrar resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /registration name: registration-dir - mountPath: /csi name: driver-path - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-jzmb4 readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostNetwork: true imagePullSecrets: - name: isilon-node-dockercfg-gfqqn nodeName: vmosprdw07.hopitalvs.ch preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: isilon-node serviceAccountName: isilon-node terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists - effect: NoSchedule key: node.kubernetes.io/disk-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/pid-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/unschedulable operator: Exists - effect: NoSchedule key: node.kubernetes.io/network-unavailable operator: Exists volumes: - hostPath: path: /var/lib/kubelet/plugins_registry/ type: DirectoryOrCreate name: registration-dir - hostPath: path: /var/lib/kubelet/plugins/csi-isilon type: DirectoryOrCreate name: driver-path - hostPath: path: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices type: DirectoryOrCreate name: volumedevices-path - hostPath: path: /var/lib/kubelet/pods type: Directory name: pods-path - hostPath: path: /dev type: Directory name: dev - name: certs secret: defaultMode: 420 optional: true secretName: isilon-certs - name: kube-api-access-jzmb4 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 - configMap: items: - key: service-ca.crt path: service-ca.crt name: openshift-service-ca.crt status: conditions: - lastProbeTime: null lastTransitionTime: "2021-12-02T12:39:18Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2021-12-02T12:39:19Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2021-12-02T12:39:19Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2021-12-02T12:39:18Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://c4c07b4ddcdbf755e94b5a24a9ceda48991cd796dcc8abf0b2b4a3a2c3386459 image: docker.io/dellemc/csi-isilon:v1.4.0.000R imageID: docker.io/dellemc/csi-isilon@sha256:d476b2db63403e914513595f6de7474df175093b2e22126a0f2e874835fda72d lastState: {} name: driver ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:39:19Z" - containerID: cri-o://0be1b9705ca482a559a177f4a61bd318e2bf255efb721a3897f77c19014cad1e image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imageID: k8s.gcr.io/sig-storage/csi-node-driver-registrar@sha256:3938dbe6f05482045deb3a68ebffbf9be89b9498bbefd19f6475fb01ab65d1bc lastState: {} name: registrar ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:39:19Z" hostIP: 172.30.35.216 phase: Running podIP: 172.30.35.216 podIPs: - ip: 172.30.35.216 qosClass: BestEffort startTime: "2021-12-02T12:39:18Z" - apiVersion: v1 kind: Pod metadata: creationTimestamp: "2021-12-02T12:37:30Z" generateName: isilon-node- labels: app: isilon-node controller-revision-hash: 749579f44d pod-template-generation: "5" name: isilon-node-pzknn namespace: openshift-operators ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: DaemonSet name: isilon-node uid: 71db3fe6-3700-40bc-9b2e-fcc7c3738145 resourceVersion: "495449188" uid: 4c575ac9-5534-4d6a-8536-732777d1e71c spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchFields: - key: metadata.name operator: In values: - vmosprdw02.hopitalvs.ch containers: - env: - name: CSI_ENDPOINT value: /var/lib/kubelet/plugins/csi-isilon/csi_sock - name: X_CSI_MODE value: node - name: X_CSI_ISI_AUTOPROBE value: "true" - name: X_CSI_DEBUG value: "true" - name: X_CSI_ISI_INSECURE value: "true" - name: X_CSI_ISI_USER valueFrom: secretKeyRef: key: username name: isilon-creds - name: X_CSI_ISI_PASSWORD valueFrom: secretKeyRef: key: password name: isilon-creds - name: X_CSI_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: X_CSI_NODE_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: SSL_CERT_DIR value: /certs - name: X_CSI_PRIVATE_MOUNT_DIR value: /var/lib/kubelet/plugins/csi-isilon/disks - name: X_CSI_ISI_ENDPOINT value: 172.22.50.44 - name: X_CSI_ISI_PORT value: "8080" - name: X_CSI_CUSTOM_TOPOLOGY_ENABLED value: "false" - name: X_CSI_VERBOSE value: "1" - name: X_CSI_ISI_PATH value: /ifs/HVS/openshift-prd-nfs/data - name: X_CSI_ISILON_NO_PROBE_ON_START value: "false" - name: X_CSI_ISILON_NFS_V3 value: "false" image: dellemc/csi-isilon:v1.4.0.000R imagePullPolicy: IfNotPresent name: driver resources: {} securityContext: capabilities: add: - SYS_ADMIN privileged: true terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/kubelet/plugins/csi-isilon name: driver-path - mountPath: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices name: volumedevices-path - mountPath: /var/lib/kubelet/pods mountPropagation: Bidirectional name: pods-path - mountPath: /dev name: dev - mountPath: /certs name: certs readOnly: true - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-khvzc readOnly: true - args: - --v=5 - --csi-address=$(ADDRESS) - --kubelet-registration-path=/var/lib/kubelet/plugins/csi-isilon/csi_sock env: - name: ADDRESS value: /csi/csi_sock - name: KUBE_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imagePullPolicy: IfNotPresent name: registrar resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /registration name: registration-dir - mountPath: /csi name: driver-path - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-khvzc readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostNetwork: true imagePullSecrets: - name: isilon-node-dockercfg-gfqqn nodeName: vmosprdw02.hopitalvs.ch preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: isilon-node serviceAccountName: isilon-node terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists - effect: NoSchedule key: node.kubernetes.io/disk-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/pid-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/unschedulable operator: Exists - effect: NoSchedule key: node.kubernetes.io/network-unavailable operator: Exists volumes: - hostPath: path: /var/lib/kubelet/plugins_registry/ type: DirectoryOrCreate name: registration-dir - hostPath: path: /var/lib/kubelet/plugins/csi-isilon type: DirectoryOrCreate name: driver-path - hostPath: path: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices type: DirectoryOrCreate name: volumedevices-path - hostPath: path: /var/lib/kubelet/pods type: Directory name: pods-path - hostPath: path: /dev type: Directory name: dev - name: certs secret: defaultMode: 420 optional: true secretName: isilon-certs - name: kube-api-access-khvzc 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 - configMap: items: - key: service-ca.crt path: service-ca.crt name: openshift-service-ca.crt status: conditions: - lastProbeTime: null lastTransitionTime: "2021-12-02T12:37:43Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2021-12-02T12:39:13Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2021-12-02T12:39:13Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2021-12-02T12:37:30Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://3643316be82b3d427ac00a6c76900db4898147e4c673999e4dac8ae1d5dd68b8 image: docker.io/dellemc/csi-isilon:v1.4.0.000R imageID: docker.io/dellemc/csi-isilon@sha256:d476b2db63403e914513595f6de7474df175093b2e22126a0f2e874835fda72d lastState: {} name: driver ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:38:56Z" - containerID: cri-o://43913a8743cd164cd0425b01a97dd6c94eac8f2928e7f855554e07a0f346f753 image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imageID: k8s.gcr.io/sig-storage/csi-node-driver-registrar@sha256:3938dbe6f05482045deb3a68ebffbf9be89b9498bbefd19f6475fb01ab65d1bc lastState: terminated: containerID: cri-o://e5bc36939652ce6c27a598855117a195b0fda1d592916ecbda0eb8e0335fa6d0 exitCode: 1 finishedAt: "2021-12-02T12:38:59Z" reason: Error startedAt: "2021-12-02T12:38:36Z" name: registrar ready: true restartCount: 1 started: true state: running: startedAt: "2021-12-02T12:39:04Z" hostIP: 172.30.35.211 phase: Running podIP: 172.30.35.211 podIPs: - ip: 172.30.35.211 qosClass: BestEffort startTime: "2021-12-02T12:37:43Z" - apiVersion: v1 kind: Pod metadata: creationTimestamp: "2021-12-02T12:26:32Z" generateName: isilon-node- labels: app: isilon-node controller-revision-hash: 749579f44d pod-template-generation: "5" name: isilon-node-qg6rk namespace: openshift-operators ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: DaemonSet name: isilon-node uid: 71db3fe6-3700-40bc-9b2e-fcc7c3738145 resourceVersion: "495436459" uid: ba093b4d-9471-4a67-a9ab-e3b526e517ad spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchFields: - key: metadata.name operator: In values: - vmosprdw06.hopitalvs.ch containers: - env: - name: CSI_ENDPOINT value: /var/lib/kubelet/plugins/csi-isilon/csi_sock - name: X_CSI_MODE value: node - name: X_CSI_ISI_AUTOPROBE value: "true" - name: X_CSI_DEBUG value: "true" - name: X_CSI_ISI_INSECURE value: "true" - name: X_CSI_ISI_USER valueFrom: secretKeyRef: key: username name: isilon-creds - name: X_CSI_ISI_PASSWORD valueFrom: secretKeyRef: key: password name: isilon-creds - name: X_CSI_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: X_CSI_NODE_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: SSL_CERT_DIR value: /certs - name: X_CSI_PRIVATE_MOUNT_DIR value: /var/lib/kubelet/plugins/csi-isilon/disks - name: X_CSI_ISI_ENDPOINT value: 172.22.50.44 - name: X_CSI_ISI_PORT value: "8080" - name: X_CSI_CUSTOM_TOPOLOGY_ENABLED value: "false" - name: X_CSI_VERBOSE value: "1" - name: X_CSI_ISI_PATH value: /ifs/HVS/openshift-prd-nfs/data - name: X_CSI_ISILON_NO_PROBE_ON_START value: "false" - name: X_CSI_ISILON_NFS_V3 value: "false" image: dellemc/csi-isilon:v1.4.0.000R imagePullPolicy: IfNotPresent name: driver resources: {} securityContext: capabilities: add: - SYS_ADMIN privileged: true terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/kubelet/plugins/csi-isilon name: driver-path - mountPath: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices name: volumedevices-path - mountPath: /var/lib/kubelet/pods mountPropagation: Bidirectional name: pods-path - mountPath: /dev name: dev - mountPath: /certs name: certs readOnly: true - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-82zx9 readOnly: true - args: - --v=5 - --csi-address=$(ADDRESS) - --kubelet-registration-path=/var/lib/kubelet/plugins/csi-isilon/csi_sock env: - name: ADDRESS value: /csi/csi_sock - name: KUBE_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imagePullPolicy: IfNotPresent name: registrar resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /registration name: registration-dir - mountPath: /csi name: driver-path - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-82zx9 readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostNetwork: true imagePullSecrets: - name: isilon-node-dockercfg-gfqqn nodeName: vmosprdw06.hopitalvs.ch preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: isilon-node serviceAccountName: isilon-node terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists - effect: NoSchedule key: node.kubernetes.io/disk-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/pid-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/unschedulable operator: Exists - effect: NoSchedule key: node.kubernetes.io/network-unavailable operator: Exists volumes: - hostPath: path: /var/lib/kubelet/plugins_registry/ type: DirectoryOrCreate name: registration-dir - hostPath: path: /var/lib/kubelet/plugins/csi-isilon type: DirectoryOrCreate name: driver-path - hostPath: path: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices type: DirectoryOrCreate name: volumedevices-path - hostPath: path: /var/lib/kubelet/pods type: Directory name: pods-path - hostPath: path: /dev type: Directory name: dev - name: certs secret: defaultMode: 420 optional: true secretName: isilon-certs - name: kube-api-access-82zx9 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 - configMap: items: - key: service-ca.crt path: service-ca.crt name: openshift-service-ca.crt status: conditions: - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:32Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:33Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:33Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:32Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://766a4cc6689052dd53bb072e0251398101908e7bfef55730a48d9f127b5206cc image: docker.io/dellemc/csi-isilon:v1.4.0.000R imageID: docker.io/dellemc/csi-isilon@sha256:d476b2db63403e914513595f6de7474df175093b2e22126a0f2e874835fda72d lastState: {} name: driver ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:26:32Z" - containerID: cri-o://75c5a1323c8752159c84fa7b148f46188d015fef604f4ab91424dfecf95486c2 image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imageID: k8s.gcr.io/sig-storage/csi-node-driver-registrar@sha256:3938dbe6f05482045deb3a68ebffbf9be89b9498bbefd19f6475fb01ab65d1bc lastState: {} name: registrar ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:26:33Z" hostIP: 172.30.35.215 phase: Running podIP: 172.30.35.215 podIPs: - ip: 172.30.35.215 qosClass: BestEffort startTime: "2021-12-02T12:26:32Z" - apiVersion: v1 kind: Pod metadata: creationTimestamp: "2021-12-02T12:02:11Z" generateName: isilon-node- labels: app: isilon-node controller-revision-hash: 749579f44d pod-template-generation: "5" name: isilon-node-rsvhd namespace: openshift-operators ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: DaemonSet name: isilon-node uid: 71db3fe6-3700-40bc-9b2e-fcc7c3738145 resourceVersion: "495416144" uid: c6408aa9-c9a7-4c97-88d3-20a9514684a3 spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchFields: - key: metadata.name operator: In values: - vmosprdi01.hopitalvs.ch containers: - env: - name: CSI_ENDPOINT value: /var/lib/kubelet/plugins/csi-isilon/csi_sock - name: X_CSI_MODE value: node - name: X_CSI_ISI_AUTOPROBE value: "true" - name: X_CSI_DEBUG value: "true" - name: X_CSI_ISI_INSECURE value: "true" - name: X_CSI_ISI_USER valueFrom: secretKeyRef: key: username name: isilon-creds - name: X_CSI_ISI_PASSWORD valueFrom: secretKeyRef: key: password name: isilon-creds - name: X_CSI_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: X_CSI_NODE_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: SSL_CERT_DIR value: /certs - name: X_CSI_PRIVATE_MOUNT_DIR value: /var/lib/kubelet/plugins/csi-isilon/disks - name: X_CSI_ISI_ENDPOINT value: 172.22.50.44 - name: X_CSI_ISI_PORT value: "8080" - name: X_CSI_CUSTOM_TOPOLOGY_ENABLED value: "false" - name: X_CSI_VERBOSE value: "1" - name: X_CSI_ISI_PATH value: /ifs/HVS/openshift-prd-nfs/data - name: X_CSI_ISILON_NO_PROBE_ON_START value: "false" - name: X_CSI_ISILON_NFS_V3 value: "false" image: dellemc/csi-isilon:v1.4.0.000R imagePullPolicy: IfNotPresent name: driver resources: {} securityContext: capabilities: add: - SYS_ADMIN privileged: true terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/kubelet/plugins/csi-isilon name: driver-path - mountPath: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices name: volumedevices-path - mountPath: /var/lib/kubelet/pods mountPropagation: Bidirectional name: pods-path - mountPath: /dev name: dev - mountPath: /certs name: certs readOnly: true - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-pdlzh readOnly: true - args: - --v=5 - --csi-address=$(ADDRESS) - --kubelet-registration-path=/var/lib/kubelet/plugins/csi-isilon/csi_sock env: - name: ADDRESS value: /csi/csi_sock - name: KUBE_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imagePullPolicy: IfNotPresent name: registrar resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /registration name: registration-dir - mountPath: /csi name: driver-path - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-pdlzh readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostNetwork: true imagePullSecrets: - name: isilon-node-dockercfg-gfqqn nodeName: vmosprdi01.hopitalvs.ch preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: isilon-node serviceAccountName: isilon-node terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists - effect: NoSchedule key: node.kubernetes.io/disk-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/pid-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/unschedulable operator: Exists - effect: NoSchedule key: node.kubernetes.io/network-unavailable operator: Exists volumes: - hostPath: path: /var/lib/kubelet/plugins_registry/ type: DirectoryOrCreate name: registration-dir - hostPath: path: /var/lib/kubelet/plugins/csi-isilon type: DirectoryOrCreate name: driver-path - hostPath: path: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices type: DirectoryOrCreate name: volumedevices-path - hostPath: path: /var/lib/kubelet/pods type: Directory name: pods-path - hostPath: path: /dev type: Directory name: dev - name: certs secret: defaultMode: 420 optional: true secretName: isilon-certs - name: kube-api-access-pdlzh 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 - configMap: items: - key: service-ca.crt path: service-ca.crt name: openshift-service-ca.crt status: conditions: - lastProbeTime: null lastTransitionTime: "2021-12-02T12:02:11Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2021-12-02T12:02:19Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2021-12-02T12:02:19Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2021-12-02T12:02:11Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://077587f9da230ebaddfef18ffc83cb2a40d44734bc13ecdf1311e89d259623e2 image: docker.io/dellemc/csi-isilon:v1.4.0.000R imageID: docker.io/dellemc/csi-isilon@sha256:d476b2db63403e914513595f6de7474df175093b2e22126a0f2e874835fda72d lastState: {} name: driver ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:02:18Z" - containerID: cri-o://12e9eaa4f6ccb56ccc354039cfc0e249fe7a670bbda462f58c9ad64320c4d1e6 image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imageID: k8s.gcr.io/sig-storage/csi-node-driver-registrar@sha256:3938dbe6f05482045deb3a68ebffbf9be89b9498bbefd19f6475fb01ab65d1bc lastState: {} name: registrar ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:02:19Z" hostIP: 172.30.35.208 phase: Running podIP: 172.30.35.208 podIPs: - ip: 172.30.35.208 qosClass: BestEffort startTime: "2021-12-02T12:02:11Z" - apiVersion: v1 kind: Pod metadata: creationTimestamp: "2021-12-02T12:26:34Z" generateName: isilon-node- labels: app: isilon-node controller-revision-hash: 749579f44d pod-template-generation: "5" name: isilon-node-sk9ss namespace: openshift-operators ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: DaemonSet name: isilon-node uid: 71db3fe6-3700-40bc-9b2e-fcc7c3738145 resourceVersion: "495436528" uid: 8b47136e-207d-4596-bf3b-84f5c8353535 spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchFields: - key: metadata.name operator: In values: - vmosprdw08.hopitalvs.ch containers: - env: - name: CSI_ENDPOINT value: /var/lib/kubelet/plugins/csi-isilon/csi_sock - name: X_CSI_MODE value: node - name: X_CSI_ISI_AUTOPROBE value: "true" - name: X_CSI_DEBUG value: "true" - name: X_CSI_ISI_INSECURE value: "true" - name: X_CSI_ISI_USER valueFrom: secretKeyRef: key: username name: isilon-creds - name: X_CSI_ISI_PASSWORD valueFrom: secretKeyRef: key: password name: isilon-creds - name: X_CSI_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: X_CSI_NODE_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: SSL_CERT_DIR value: /certs - name: X_CSI_PRIVATE_MOUNT_DIR value: /var/lib/kubelet/plugins/csi-isilon/disks - name: X_CSI_ISI_ENDPOINT value: 172.22.50.44 - name: X_CSI_ISI_PORT value: "8080" - name: X_CSI_CUSTOM_TOPOLOGY_ENABLED value: "false" - name: X_CSI_VERBOSE value: "1" - name: X_CSI_ISI_PATH value: /ifs/HVS/openshift-prd-nfs/data - name: X_CSI_ISILON_NO_PROBE_ON_START value: "false" - name: X_CSI_ISILON_NFS_V3 value: "false" image: dellemc/csi-isilon:v1.4.0.000R imagePullPolicy: IfNotPresent name: driver resources: {} securityContext: capabilities: add: - SYS_ADMIN privileged: true terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/kubelet/plugins/csi-isilon name: driver-path - mountPath: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices name: volumedevices-path - mountPath: /var/lib/kubelet/pods mountPropagation: Bidirectional name: pods-path - mountPath: /dev name: dev - mountPath: /certs name: certs readOnly: true - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-nw49j readOnly: true - args: - --v=5 - --csi-address=$(ADDRESS) - --kubelet-registration-path=/var/lib/kubelet/plugins/csi-isilon/csi_sock env: - name: ADDRESS value: /csi/csi_sock - name: KUBE_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imagePullPolicy: IfNotPresent name: registrar resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /registration name: registration-dir - mountPath: /csi name: driver-path - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-nw49j readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostNetwork: true imagePullSecrets: - name: isilon-node-dockercfg-gfqqn nodeName: vmosprdw08.hopitalvs.ch preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: isilon-node serviceAccountName: isilon-node terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists - effect: NoSchedule key: node.kubernetes.io/disk-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/pid-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/unschedulable operator: Exists - effect: NoSchedule key: node.kubernetes.io/network-unavailable operator: Exists volumes: - hostPath: path: /var/lib/kubelet/plugins_registry/ type: DirectoryOrCreate name: registration-dir - hostPath: path: /var/lib/kubelet/plugins/csi-isilon type: DirectoryOrCreate name: driver-path - hostPath: path: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices type: DirectoryOrCreate name: volumedevices-path - hostPath: path: /var/lib/kubelet/pods type: Directory name: pods-path - hostPath: path: /dev type: Directory name: dev - name: certs secret: defaultMode: 420 optional: true secretName: isilon-certs - name: kube-api-access-nw49j 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 - configMap: items: - key: service-ca.crt path: service-ca.crt name: openshift-service-ca.crt status: conditions: - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:35Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:36Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:36Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2021-12-02T12:26:35Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://d6879f7eb1c9b2e35acc359b474add8f769c6a4a21d61f23c575c544bf9ab6f3 image: docker.io/dellemc/csi-isilon:v1.4.0.000R imageID: docker.io/dellemc/csi-isilon@sha256:d476b2db63403e914513595f6de7474df175093b2e22126a0f2e874835fda72d lastState: {} name: driver ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:26:35Z" - containerID: cri-o://24c65c451218a31bd987afaee9bdba0b8475491c7876cae0bafbe69ab2e20a76 image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imageID: k8s.gcr.io/sig-storage/csi-node-driver-registrar@sha256:3938dbe6f05482045deb3a68ebffbf9be89b9498bbefd19f6475fb01ab65d1bc lastState: {} name: registrar ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:26:35Z" hostIP: 172.30.35.217 phase: Running podIP: 172.30.35.217 podIPs: - ip: 172.30.35.217 qosClass: BestEffort startTime: "2021-12-02T12:26:35Z" - apiVersion: v1 kind: Pod metadata: creationTimestamp: "2021-12-02T12:38:59Z" generateName: isilon-node- labels: app: isilon-node controller-revision-hash: 749579f44d pod-template-generation: "5" name: isilon-node-v5nnj namespace: openshift-operators ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: DaemonSet name: isilon-node uid: 71db3fe6-3700-40bc-9b2e-fcc7c3738145 resourceVersion: "495449051" uid: 389aa0a9-6f00-4e2b-8124-7a5f2f7b3f52 spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchFields: - key: metadata.name operator: In values: - vmosprdw09.hopitalvs.ch containers: - env: - name: CSI_ENDPOINT value: /var/lib/kubelet/plugins/csi-isilon/csi_sock - name: X_CSI_MODE value: node - name: X_CSI_ISI_AUTOPROBE value: "true" - name: X_CSI_DEBUG value: "true" - name: X_CSI_ISI_INSECURE value: "true" - name: X_CSI_ISI_USER valueFrom: secretKeyRef: key: username name: isilon-creds - name: X_CSI_ISI_PASSWORD valueFrom: secretKeyRef: key: password name: isilon-creds - name: X_CSI_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: X_CSI_NODE_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: SSL_CERT_DIR value: /certs - name: X_CSI_PRIVATE_MOUNT_DIR value: /var/lib/kubelet/plugins/csi-isilon/disks - name: X_CSI_ISI_ENDPOINT value: 172.22.50.44 - name: X_CSI_ISI_PORT value: "8080" - name: X_CSI_CUSTOM_TOPOLOGY_ENABLED value: "false" - name: X_CSI_VERBOSE value: "1" - name: X_CSI_ISI_PATH value: /ifs/HVS/openshift-prd-nfs/data - name: X_CSI_ISILON_NO_PROBE_ON_START value: "false" - name: X_CSI_ISILON_NFS_V3 value: "false" image: dellemc/csi-isilon:v1.4.0.000R imagePullPolicy: IfNotPresent name: driver resources: {} securityContext: capabilities: add: - SYS_ADMIN privileged: true terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/kubelet/plugins/csi-isilon name: driver-path - mountPath: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices name: volumedevices-path - mountPath: /var/lib/kubelet/pods mountPropagation: Bidirectional name: pods-path - mountPath: /dev name: dev - mountPath: /certs name: certs readOnly: true - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-glpsd readOnly: true - args: - --v=5 - --csi-address=$(ADDRESS) - --kubelet-registration-path=/var/lib/kubelet/plugins/csi-isilon/csi_sock env: - name: ADDRESS value: /csi/csi_sock - name: KUBE_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imagePullPolicy: IfNotPresent name: registrar resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /registration name: registration-dir - mountPath: /csi name: driver-path - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-glpsd readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostNetwork: true imagePullSecrets: - name: isilon-node-dockercfg-gfqqn nodeName: vmosprdw09.hopitalvs.ch preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: isilon-node serviceAccountName: isilon-node terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists - effect: NoSchedule key: node.kubernetes.io/disk-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/pid-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/unschedulable operator: Exists - effect: NoSchedule key: node.kubernetes.io/network-unavailable operator: Exists volumes: - hostPath: path: /var/lib/kubelet/plugins_registry/ type: DirectoryOrCreate name: registration-dir - hostPath: path: /var/lib/kubelet/plugins/csi-isilon type: DirectoryOrCreate name: driver-path - hostPath: path: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices type: DirectoryOrCreate name: volumedevices-path - hostPath: path: /var/lib/kubelet/pods type: Directory name: pods-path - hostPath: path: /dev type: Directory name: dev - name: certs secret: defaultMode: 420 optional: true secretName: isilon-certs - name: kube-api-access-glpsd 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 - configMap: items: - key: service-ca.crt path: service-ca.crt name: openshift-service-ca.crt status: conditions: - lastProbeTime: null lastTransitionTime: "2021-12-02T12:38:59Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2021-12-02T12:39:01Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2021-12-02T12:39:01Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2021-12-02T12:38:59Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://f5750c97174e8d08a2fbb9c25c9dbe7a9077c61d0a54333c47bedb9ed59017b2 image: docker.io/dellemc/csi-isilon:v1.4.0.000R imageID: docker.io/dellemc/csi-isilon@sha256:d476b2db63403e914513595f6de7474df175093b2e22126a0f2e874835fda72d lastState: {} name: driver ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:39:01Z" - containerID: cri-o://74d280ba5860c240da94c7012a91768ec7af6ba1c9f57c87ce6949cc63bb9555 image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imageID: k8s.gcr.io/sig-storage/csi-node-driver-registrar@sha256:3938dbe6f05482045deb3a68ebffbf9be89b9498bbefd19f6475fb01ab65d1bc lastState: {} name: registrar ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:39:01Z" hostIP: 172.30.35.218 phase: Running podIP: 172.30.35.218 podIPs: - ip: 172.30.35.218 qosClass: BestEffort startTime: "2021-12-02T12:38:59Z" - apiVersion: v1 kind: Pod metadata: creationTimestamp: "2021-12-02T12:02:15Z" generateName: isilon-node- labels: app: isilon-node controller-revision-hash: 749579f44d pod-template-generation: "5" name: isilon-node-wb2pq namespace: openshift-operators ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: DaemonSet name: isilon-node uid: 71db3fe6-3700-40bc-9b2e-fcc7c3738145 resourceVersion: "495416345" uid: 432dd7ce-46c6-44e2-bd65-796b90fe7a8b spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchFields: - key: metadata.name operator: In values: - vmosprdw05.hopitalvs.ch containers: - env: - name: CSI_ENDPOINT value: /var/lib/kubelet/plugins/csi-isilon/csi_sock - name: X_CSI_MODE value: node - name: X_CSI_ISI_AUTOPROBE value: "true" - name: X_CSI_DEBUG value: "true" - name: X_CSI_ISI_INSECURE value: "true" - name: X_CSI_ISI_USER valueFrom: secretKeyRef: key: username name: isilon-creds - name: X_CSI_ISI_PASSWORD valueFrom: secretKeyRef: key: password name: isilon-creds - name: X_CSI_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: X_CSI_NODE_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: SSL_CERT_DIR value: /certs - name: X_CSI_PRIVATE_MOUNT_DIR value: /var/lib/kubelet/plugins/csi-isilon/disks - name: X_CSI_ISI_ENDPOINT value: 172.22.50.44 - name: X_CSI_ISI_PORT value: "8080" - name: X_CSI_CUSTOM_TOPOLOGY_ENABLED value: "false" - name: X_CSI_VERBOSE value: "1" - name: X_CSI_ISI_PATH value: /ifs/HVS/openshift-prd-nfs/data - name: X_CSI_ISILON_NO_PROBE_ON_START value: "false" - name: X_CSI_ISILON_NFS_V3 value: "false" image: dellemc/csi-isilon:v1.4.0.000R imagePullPolicy: IfNotPresent name: driver resources: {} securityContext: capabilities: add: - SYS_ADMIN privileged: true terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/kubelet/plugins/csi-isilon name: driver-path - mountPath: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices name: volumedevices-path - mountPath: /var/lib/kubelet/pods mountPropagation: Bidirectional name: pods-path - mountPath: /dev name: dev - mountPath: /certs name: certs readOnly: true - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-mqtsp readOnly: true - args: - --v=5 - --csi-address=$(ADDRESS) - --kubelet-registration-path=/var/lib/kubelet/plugins/csi-isilon/csi_sock env: - name: ADDRESS value: /csi/csi_sock - name: KUBE_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imagePullPolicy: IfNotPresent name: registrar resources: {} securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /registration name: registration-dir - mountPath: /csi name: driver-path - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-mqtsp readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostNetwork: true imagePullSecrets: - name: isilon-node-dockercfg-gfqqn nodeName: vmosprdw05.hopitalvs.ch preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: isilon-node serviceAccountName: isilon-node terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists - effect: NoSchedule key: node.kubernetes.io/disk-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/pid-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/unschedulable operator: Exists - effect: NoSchedule key: node.kubernetes.io/network-unavailable operator: Exists volumes: - hostPath: path: /var/lib/kubelet/plugins_registry/ type: DirectoryOrCreate name: registration-dir - hostPath: path: /var/lib/kubelet/plugins/csi-isilon type: DirectoryOrCreate name: driver-path - hostPath: path: /var/lib/kubelet/plugins/kubernetes.io/csi/volumeDevices type: DirectoryOrCreate name: volumedevices-path - hostPath: path: /var/lib/kubelet/pods type: Directory name: pods-path - hostPath: path: /dev type: Directory name: dev - name: certs secret: defaultMode: 420 optional: true secretName: isilon-certs - name: kube-api-access-mqtsp 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 - configMap: items: - key: service-ca.crt path: service-ca.crt name: openshift-service-ca.crt status: conditions: - lastProbeTime: null lastTransitionTime: "2021-12-02T12:02:15Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2021-12-02T12:02:29Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2021-12-02T12:02:29Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2021-12-02T12:02:15Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://0912d4fe280bf8eca2dc250ca0afda77ebc59ba21faa8acc767c45616ccb877d image: docker.io/dellemc/csi-isilon:v1.4.0.000R imageID: docker.io/dellemc/csi-isilon@sha256:d476b2db63403e914513595f6de7474df175093b2e22126a0f2e874835fda72d lastState: {} name: driver ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:02:29Z" - containerID: cri-o://b9cb53e687ca827859f4d60d6d7513ad39592a952437836175747f9c849e24c9 image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1 imageID: k8s.gcr.io/sig-storage/csi-node-driver-registrar@sha256:3938dbe6f05482045deb3a68ebffbf9be89b9498bbefd19f6475fb01ab65d1bc lastState: {} name: registrar ready: true restartCount: 0 started: true state: running: startedAt: "2021-12-02T12:02:29Z" hostIP: 172.30.35.214 phase: Running podIP: 172.30.35.214 podIPs: - ip: 172.30.35.214 qosClass: BestEffort startTime: "2021-12-02T12:02:15Z" kind: List metadata: resourceVersion: "" selfLink: ""