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
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-2rwr2
readOnly: true
- 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
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-2rwr2
readOnly: true
- 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
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-2rwr2
readOnly: true
- 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
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-2rwr2
readOnly: true
- 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
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-2rwr2
readOnly: true
dnsPolicy: ClusterFirstWithHostNet
enableServiceLinks: true
hostNetwork: true
nodeName: csfarm-worker-01
nodeSelector:
kubernetes.io/os: linux
preemptionPolicy: PreemptLowerPriority
priority: 2000000000
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
- effect: NoExecute
key: node.kubernetes.io/not-ready
operator: Exists
tolerationSeconds: 300
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 300
volumes:
- hostPath:
path: /var/lib/kubelet/pods
type: Directory
name: pods-mount-dir
- emptyDir: {}
name: socket-dir
- name: kube-api-access-2rwr2
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
csi-nfs-controller-5f4d8b8cf5-cpjjz
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
Status
allocatedResources:
cpu: 50m
memory: 100Mi
conditions:
- lastProbeTime: null
lastTransitionTime: '2026-09-19T18:16:40Z'
observedGeneration: 1
status: 'True'
type: PodReadyToStartContainers
- lastProbeTime: null
lastTransitionTime: '2026-09-19T18:16:39Z'
observedGeneration: 1
status: 'True'
type: Initialized
- lastProbeTime: null
lastTransitionTime: '2026-09-19T18:16:57Z'
observedGeneration: 1
status: 'True'
type: Ready
- lastProbeTime: null
lastTransitionTime: '2026-09-19T18:16:57Z'
observedGeneration: 1
status: 'True'
type: ContainersReady
- lastProbeTime: null
lastTransitionTime: '2026-09-19T18:16:39Z'
observedGeneration: 1
status: 'True'
type: PodScheduled
containerStatuses:
- allocatedResources:
cpu: 10m
memory: 20Mi
containerID: containerd://3164e63e72a182c821fc179d88ec764a0fc1f4dfd275bc6a2ba45cf014dc3222
image: registry.k8s.io/sig-storage/csi-provisioner:v6.3.0
imageID: registry.k8s.io/sig-storage/csi-provisioner@sha256:a4b0b1a37605b7b04a293e136edf7006ec1786a8eb3f4e5a945f81d667dcc371
lastState: {}
name: csi-provisioner
ready: true
resources:
limits:
memory: 400Mi
requests:
cpu: 10m
memory: 20Mi
restartCount: 0
started: true
state:
running:
startedAt: '2026-09-19T18:16:45Z'
user:
linux:
gid: 0
supplementalGroups:
- 0
uid: 0
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-2rwr2
readOnly: true
recursiveReadOnly: Disabled
- allocatedResources:
cpu: 10m
memory: 20Mi
containerID: containerd://ec894b0eb509739ac69995a2434b8d2b376ca9033f3e6b1eef07a69c5e89fba7
image: registry.k8s.io/sig-storage/csi-resizer:v2.2.0
imageID: registry.k8s.io/sig-storage/csi-resizer@sha256:a2d40c1c3ccb0c48b467125a6652c4dd5dcbf0d295641c9989581cfc690f6cf3
lastState: {}
name: csi-resizer
ready: true
resources:
limits:
memory: 400Mi
requests:
cpu: 10m
memory: 20Mi
restartCount: 0
started: true
state:
running:
startedAt: '2026-09-19T18:16:51Z'
user:
linux:
gid: 0
supplementalGroups:
- 0
uid: 0
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-2rwr2
readOnly: true
recursiveReadOnly: Disabled
- allocatedResources:
cpu: 10m
memory: 20Mi
containerID: containerd://efa5b0912532f0e0af88a51acfdaa60f606febd01f8cef9d1cace2109b4686e1
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.6.0
imageID: registry.k8s.io/sig-storage/csi-snapshotter@sha256:42af0929bcd60a43499825c078a60ff0534e08af8fbeb283aa391be40feb9f3e
lastState: {}
name: csi-snapshotter
ready: true
resources:
limits:
memory: 200Mi
requests:
cpu: 10m
memory: 20Mi
restartCount: 0
started: true
state:
running:
startedAt: '2026-09-19T18:16:56Z'
user:
linux:
gid: 0
supplementalGroups:
- 0
uid: 0
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-2rwr2
readOnly: true
recursiveReadOnly: Disabled
- allocatedResources:
cpu: 10m
memory: 20Mi
containerID: containerd://0f67005279ffd375df12678d44ff165ab59684f0c951b158c44e62d11a54d767
image: registry.k8s.io/sig-storage/livenessprobe:v2.19.0
imageID: registry.k8s.io/sig-storage/livenessprobe@sha256:06da0d5b8908072f2e4522692aee8dc119fba7247a9658497e1153992cd777e9
lastState: {}
name: liveness-probe
ready: true
resources:
limits:
memory: 100Mi
requests:
cpu: 10m
memory: 20Mi
restartCount: 0
started: true
state:
running:
startedAt: '2026-09-19T18:16:56Z'
user:
linux:
gid: 0
supplementalGroups:
- 0
uid: 0
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-2rwr2
readOnly: true
recursiveReadOnly: Disabled
- allocatedResources:
cpu: 10m
memory: 20Mi
containerID: containerd://e9cbbf41cbb9292c90422d65f2f91e30803e703f2170adf623d886075387a727
image: registry.k8s.io/sig-storage/nfsplugin:v4.13.4
imageID: registry.k8s.io/sig-storage/nfsplugin@sha256:1eb5a85180a4ad0193a31d319b163f35c8c1857794ebaac71d8abcdd5a0516d3
lastState: {}
name: nfs
ready: true
resources:
limits:
memory: 200Mi
requests:
cpu: 10m
memory: 20Mi
restartCount: 0
started: true
state:
running:
startedAt: '2026-09-19T18:16:57Z'
user:
linux:
gid: 0
supplementalGroups:
- 0
uid: 0
volumeMounts:
- mountPath: /var/lib/kubelet/pods
name: pods-mount-dir
- mountPath: /csi
name: socket-dir
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-2rwr2
readOnly: true
recursiveReadOnly: Disabled
hostIP: 172.29.21.208
hostIPs:
- ip: 172.29.21.208
observedGeneration: 1
phase: Running
podIP: 172.29.21.208
podIPs:
- ip: 172.29.21.208
qosClass: Burstable
resources:
limits:
memory: 1300Mi
requests:
cpu: 28m
memory: 100Mi
startTime: '2026-09-19T18:16:39Z'
Events
| Type | Reason | Age | From | Message |
|---|---|---|---|---|
| No events found. | ||||