csi-nfs-controller-5f4d8b8cf5 created 2026-09-19 18:16:39, version 185632

deployment.kubernetes.io/desired-replicas: 1 deployment.kubernetes.io/max-replicas: 1 deployment.kubernetes.io/revision: 1 meta.helm.sh/release-name: nfs meta.helm.sh/release-namespace: nfs

Spec

replicas: 1
selector:
  matchLabels:
    app: csi-nfs-controller
    pod-template-hash: 5f4d8b8cf5
template:
  metadata:
    labels:
      app: csi-nfs-controller
      app.kubernetes.io/instance: nfs
      app.kubernetes.io/managed-by: Helm
      app.kubernetes.io/name: csi-driver-nfs
      app.kubernetes.io/version: 4.13.4
      helm.sh/chart: csi-driver-nfs-4.13.4
      pod-template-hash: 5f4d8b8cf5
  spec:
    containers:
    - args:
      - -v=2
      - --csi-address=$(ADDRESS)
      - --leader-election
      - --leader-election-namespace=nfs
      - --extra-create-metadata=true
      - --feature-gates=VolumeAttributesClass=false
      - --timeout=1200s
      - --retry-interval-max=30m
      env:
      - name: ADDRESS
        value: /csi/csi.sock
      image: registry.k8s.io/sig-storage/csi-provisioner:v6.3.0
      imagePullPolicy: IfNotPresent
      name: csi-provisioner
      resources:
        limits:
          memory: 400Mi
        requests:
          cpu: 10m
          memory: 20Mi
      securityContext:
        capabilities:
          drop:
          - ALL
        readOnlyRootFilesystem: true
      terminationMessagePath: /dev/termination-log
      terminationMessagePolicy: File
      volumeMounts:
      - mountPath: /csi
        name: socket-dir
    - args:
      - -csi-address=$(ADDRESS)
      - -v=2
      - -leader-election
      - --leader-election-namespace=nfs
      - -handle-volume-inuse-error=false
      - -feature-gates=VolumeAttributesClass=false
      env:
      - name: ADDRESS
        value: /csi/csi.sock
      image: registry.k8s.io/sig-storage/csi-resizer:v2.2.0
      imagePullPolicy: IfNotPresent
      name: csi-resizer
      resources:
        limits:
          memory: 400Mi
        requests:
          cpu: 10m
          memory: 20Mi
      securityContext:
        capabilities:
          drop:
          - ALL
      terminationMessagePath: /dev/termination-log
      terminationMessagePolicy: File
      volumeMounts:
      - mountPath: /csi
        name: socket-dir
    - args:
      - --v=2
      - --csi-address=$(ADDRESS)
      - --leader-election-namespace=nfs
      - --leader-election
      - --timeout=1200s
      - --retry-interval-max=30m
      env:
      - name: ADDRESS
        value: /csi/csi.sock
      image: registry.k8s.io/sig-storage/csi-snapshotter:v8.6.0
      imagePullPolicy: IfNotPresent
      name: csi-snapshotter
      resources:
        limits:
          memory: 200Mi
        requests:
          cpu: 10m
          memory: 20Mi
      securityContext:
        capabilities:
          drop:
          - ALL
      terminationMessagePath: /dev/termination-log
      terminationMessagePolicy: File
      volumeMounts:
      - mountPath: /csi
        name: socket-dir
    - args:
      - --csi-address=/csi/csi.sock
      - --probe-timeout=3s
      - --http-endpoint=localhost:29652
      - --v=2
      image: registry.k8s.io/sig-storage/livenessprobe:v2.19.0
      imagePullPolicy: IfNotPresent
      name: liveness-probe
      resources:
        limits:
          memory: 100Mi
        requests:
          cpu: 10m
          memory: 20Mi
      securityContext:
        capabilities:
          drop:
          - ALL
        readOnlyRootFilesystem: true
      terminationMessagePath: /dev/termination-log
      terminationMessagePolicy: File
      volumeMounts:
      - mountPath: /csi
        name: socket-dir
    - args:
      - --v=5
      - --nodeid=$(NODE_ID)
      - --endpoint=$(CSI_ENDPOINT)
      - --drivername=nfs.csi.k8s.io
      - --mount-permissions=0777
      - --working-mount-dir=/tmp
      - --default-ondelete-policy=delete
      - --use-tar-command-in-snapshot=false
      - --enable-snapshot-compression=true
      env:
      - name: NODE_ID
        valueFrom:
          fieldRef:
            apiVersion: v1
            fieldPath: spec.nodeName
      - name: CSI_ENDPOINT
        value: unix:///csi/csi.sock
      image: registry.k8s.io/sig-storage/nfsplugin:v4.13.4
      imagePullPolicy: IfNotPresent
      livenessProbe:
        failureThreshold: 5
        httpGet:
          host: localhost
          path: /healthz
          port: 29652
          scheme: HTTP
        initialDelaySeconds: 30
        periodSeconds: 30
        successThreshold: 1
        timeoutSeconds: 10
      name: nfs
      resources:
        limits:
          memory: 200Mi
        requests:
          cpu: 10m
          memory: 20Mi
      securityContext:
        allowPrivilegeEscalation: true
        capabilities:
          add:
          - SYS_ADMIN
          drop:
          - ALL
        privileged: true
      terminationMessagePath: /dev/termination-log
      terminationMessagePolicy: File
      volumeMounts:
      - mountPath: /var/lib/kubelet/pods
        mountPropagation: Bidirectional
        name: pods-mount-dir
      - mountPath: /csi
        name: socket-dir
    dnsPolicy: ClusterFirstWithHostNet
    hostNetwork: true
    nodeSelector:
      kubernetes.io/os: linux
    priorityClassName: system-cluster-critical
    restartPolicy: Always
    schedulerName: default-scheduler
    securityContext:
      seccompProfile:
        type: RuntimeDefault
    serviceAccount: csi-nfs-controller-sa
    serviceAccountName: csi-nfs-controller-sa
    terminationGracePeriodSeconds: 30
    tolerations:
    - effect: NoSchedule
      key: node-role.kubernetes.io/master
      operator: Exists
    - effect: NoSchedule
      key: node-role.kubernetes.io/controlplane
      operator: Exists
    - effect: NoSchedule
      key: node-role.kubernetes.io/control-plane
      operator: Exists
    - effect: NoSchedule
      key: CriticalAddonsOnly
      operator: Exists
    volumes:
    - hostPath:
        path: /var/lib/kubelet/pods
        type: Directory
      name: pods-mount-dir
    - emptyDir: {}
      name: socket-dir

Status

availableReplicas: 1
fullyLabeledReplicas: 1
observedGeneration: 1
readyReplicas: 1
replicas: 1
terminatingReplicas: 0

Pods

Name Ready Status Restarts Age IP Node Nominated Node Readiness Gates Created
csi-nfs-controller-5f4d8b8cf5-cpjjz 5/5 Running 0 3h52m 172.29.21.208 csfarm-worker-01 <none> <none> 2026-09-19 18:16:39

Events

Type Reason Age From Message
No events found.