root@test-pcl109:~# kubectl get sts openebs-cstor-csi-controller -n openebs -o yaml apiVersion: apps/v1 kind: StatefulSet metadata: annotations: meta.helm.sh/release-name: openebs-cstor meta.helm.sh/release-namespace: openebs creationTimestamp: "2021-02-23T15:11:20Z" generation: 1 labels: app.kubernetes.io/managed-by: Helm chart: cstor-2.6.0 component: openebs-cstor-csi-controller heritage: Helm name: openebs-cstor-csi-controller openebs.io/component-name: openebs-cstor-csi-controller openebs.io/version: 2.6.0 release: openebs-cstor managedFields: - apiVersion: apps/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:meta.helm.sh/release-name: {} f:meta.helm.sh/release-namespace: {} f:labels: .: {} f:app.kubernetes.io/managed-by: {} f:chart: {} f:component: {} f:heritage: {} f:name: {} f:openebs.io/component-name: {} f:openebs.io/version: {} f:release: {} f:spec: f:podManagementPolicy: {} f:replicas: {} f:revisionHistoryLimit: {} f:selector: f:matchLabels: .: {} f:component: {} f:name: {} f:release: {} f:serviceName: {} f:template: f:metadata: f:labels: .: {} f:chart: {} f:component: {} f:heritage: {} f:name: {} f:openebs.io/component-name: {} f:openebs.io/version: {} f:release: {} f:spec: f:containers: k:{"name":"csi-attacher"}: .: {} f:args: {} f:env: .: {} k:{"name":"ADDRESS"}: .: {} f:name: {} f:value: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/var/lib/csi/sockets/pluginproxy/"}: .: {} f:mountPath: {} f:name: {} k:{"name":"csi-provisioner"}: .: {} f:args: {} f:env: .: {} k:{"name":"ADDRESS"}: .: {} f:name: {} f:value: {} k:{"name":"MY_NAME"}: .: {} f:name: {} f:valueFrom: .: {} f:fieldRef: .: {} f:apiVersion: {} f:fieldPath: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/var/lib/csi/sockets/pluginproxy/"}: .: {} f:mountPath: {} f:name: {} k:{"name":"csi-resizer"}: .: {} f:args: {} f:env: .: {} k:{"name":"ADDRESS"}: .: {} f:name: {} f:value: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/var/lib/csi/sockets/pluginproxy/"}: .: {} f:mountPath: {} f:name: {} k:{"name":"csi-snapshotter"}: .: {} f:args: {} f:env: .: {} k:{"name":"ADDRESS"}: .: {} f:name: {} f:value: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/var/lib/csi/sockets/pluginproxy/"}: .: {} f:mountPath: {} f:name: {} k:{"name":"cstor-csi-plugin"}: .: {} f:args: {} f:env: .: {} k:{"name":"OPENEBS_CONTROLLER_DRIVER"}: .: {} f:name: {} f:value: {} k:{"name":"OPENEBS_CSI_API_URL"}: .: {} f:name: {} f:value: {} k:{"name":"OPENEBS_CSI_ENDPOINT"}: .: {} f:name: {} f:value: {} k:{"name":"OPENEBS_IO_ENABLE_ANALYTICS"}: .: {} f:name: {} f:value: {} k:{"name":"OPENEBS_IO_INSTALLER_TYPE"}: .: {} f:name: {} f:value: {} k:{"name":"OPENEBS_NAMESPACE"}: .: {} f:name: {} f:valueFrom: .: {} f:fieldRef: .: {} f:apiVersion: {} f:fieldPath: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/var/lib/csi/sockets/pluginproxy/"}: .: {} f:mountPath: {} f:name: {} k:{"name":"snapshot-controller"}: .: {} f:args: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:dnsPolicy: {} f:priorityClassName: {} f:restartPolicy: {} f:schedulerName: {} f:securityContext: {} f:serviceAccount: {} f:serviceAccountName: {} f:terminationGracePeriodSeconds: {} f:volumes: .: {} k:{"name":"socket-dir"}: .: {} f:emptyDir: {} f:name: {} f:updateStrategy: f:rollingUpdate: .: {} f:partition: {} f:type: {} manager: Go-http-client operation: Update time: "2021-02-23T15:11:20Z" - apiVersion: apps/v1 fieldsType: FieldsV1 fieldsV1: f:status: f:collisionCount: {} f:currentReplicas: {} f:currentRevision: {} f:observedGeneration: {} f:readyReplicas: {} f:replicas: {} f:updateRevision: {} f:updatedReplicas: {} manager: kube-controller-manager operation: Update time: "2021-02-26T18:17:58Z" name: openebs-cstor-csi-controller namespace: openebs resourceVersion: "1743100" selfLink: /apis/apps/v1/namespaces/openebs/statefulsets/openebs-cstor-csi-controller uid: 5e0025d8-217f-4502-a304-38e575f37719 spec: podManagementPolicy: OrderedReady replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: component: openebs-cstor-csi-controller name: openebs-cstor-csi-controller release: openebs-cstor serviceName: openebs-csi template: metadata: creationTimestamp: null labels: chart: cstor-2.6.0 component: openebs-cstor-csi-controller heritage: Helm name: openebs-cstor-csi-controller openebs.io/component-name: openebs-cstor-csi-controller openebs.io/version: 2.6.0 release: openebs-cstor spec: containers: - args: - --v=5 - --csi-address=$(ADDRESS) - --leader-election env: - name: ADDRESS value: /var/lib/csi/sockets/pluginproxy/csi.sock image: k8s.gcr.io/sig-storage/csi-resizer:v1.1.0 imagePullPolicy: IfNotPresent name: csi-resizer resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/csi/sockets/pluginproxy/ name: socket-dir - args: - --csi-address=$(ADDRESS) env: - name: ADDRESS value: /var/lib/csi/sockets/pluginproxy/csi.sock image: k8s.gcr.io/sig-storage/csi-snapshotter:v3.0.3 imagePullPolicy: IfNotPresent name: csi-snapshotter resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/csi/sockets/pluginproxy/ name: socket-dir - args: - --v=5 - --leader-election=false image: k8s.gcr.io/sig-storage/snapshot-controller:v3.0.3 imagePullPolicy: IfNotPresent name: snapshot-controller resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File - args: - --csi-address=$(ADDRESS) - --v=5 - --feature-gates=Topology=true - --extra-create-metadata=true - --metrics-address=:22011 - --timeout=250s - --default-fstype=ext4 env: - name: MY_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: ADDRESS value: /var/lib/csi/sockets/pluginproxy/csi.sock image: k8s.gcr.io/sig-storage/csi-provisioner:v2.1.0 imagePullPolicy: IfNotPresent name: csi-provisioner resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/csi/sockets/pluginproxy/ name: socket-dir - args: - --v=5 - --csi-address=$(ADDRESS) env: - name: ADDRESS value: /var/lib/csi/sockets/pluginproxy/csi.sock image: k8s.gcr.io/sig-storage/csi-attacher:v3.1.0 imagePullPolicy: IfNotPresent name: csi-attacher resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/csi/sockets/pluginproxy/ name: socket-dir - args: - --endpoint=$(OPENEBS_CSI_ENDPOINT) - --url=$(OPENEBS_CSI_API_URL) - --plugin=$(OPENEBS_CONTROLLER_DRIVER) env: - name: OPENEBS_CONTROLLER_DRIVER value: controller - name: OPENEBS_CSI_ENDPOINT value: unix:///var/lib/csi/sockets/pluginproxy/csi.sock - name: OPENEBS_CSI_API_URL value: https://openebs.io - name: OPENEBS_NAMESPACE valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - name: OPENEBS_IO_INSTALLER_TYPE value: cstor-helm - name: OPENEBS_IO_ENABLE_ANALYTICS value: "true" image: openebs/cstor-csi-driver:2.6.0 imagePullPolicy: IfNotPresent name: cstor-csi-plugin resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/csi/sockets/pluginproxy/ name: socket-dir dnsPolicy: ClusterFirst priorityClassName: openebs-csi-controller-critical restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: openebs-cstor-csi-controller-sa serviceAccountName: openebs-cstor-csi-controller-sa terminationGracePeriodSeconds: 30 volumes: - emptyDir: {} name: socket-dir updateStrategy: rollingUpdate: partition: 0 type: RollingUpdate status: collisionCount: 0 currentReplicas: 1 currentRevision: openebs-cstor-csi-controller-748555b4d observedGeneration: 1 readyReplicas: 1 replicas: 1 updateRevision: openebs-cstor-csi-controller-748555b4d updatedReplicas: 1 root@test-pcl109:~#