affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchFields:
- key: metadata.name
operator: In
values:
- csfarm-controlplane-01
containers:
- args:
- --csi-address=/csi/csi.sock
- --probe-timeout=3s
- --http-endpoint=localhost:29653
- --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-xbslw
readOnly: true
- args:
- --v=2
- --csi-address=/csi/csi.sock
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
- --timeout=60s
- --http-endpoint=localhost:19809
env:
- name: DRIVER_REG_SOCK_PATH
value: /var/lib/kubelet/plugins/csi-nfsplugin/csi.sock
- name: KUBE_NODE_NAME
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.17.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 2
httpGet:
host: localhost
path: /healthz
port: healthz
scheme: HTTP
initialDelaySeconds: 20
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 10
name: node-driver-registrar
ports:
- containerPort: 19809
hostPort: 19809
name: healthz
protocol: TCP
resources:
limits:
memory: 100Mi
requests:
cpu: 10m
memory: 20Mi
securityContext:
capabilities:
drop:
- ALL
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /registration
name: registration-dir
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-xbslw
readOnly: true
- args:
- --v=5
- --nodeid=$(NODE_ID)
- --endpoint=$(CSI_ENDPOINT)
- --drivername=nfs.csi.k8s.io
- --mount-permissions=0777
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: 29653
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 30
successThreshold: 1
timeoutSeconds: 10
name: nfs
resources:
limits:
memory: 300Mi
requests:
cpu: 10m
memory: 20Mi
securityContext:
allowPrivilegeEscalation: true
capabilities:
add:
- SYS_ADMIN
drop:
- ALL
privileged: true
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /var/lib/kubelet/pods
mountPropagation: Bidirectional
name: pods-mount-dir
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-xbslw
readOnly: true
dnsPolicy: ClusterFirstWithHostNet
enableServiceLinks: true
hostNetwork: true
nodeName: csfarm-controlplane-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-node-sa
serviceAccountName: csi-nfs-node-sa
terminationGracePeriodSeconds: 30
tolerations:
- operator: Exists
- 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/csi-nfsplugin
type: DirectoryOrCreate
name: socket-dir
- hostPath:
path: /var/lib/kubelet/pods
type: Directory
name: pods-mount-dir
- hostPath:
path: /var/lib/kubelet/plugins_registry
type: Directory
name: registration-dir
- name: kube-api-access-xbslw
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-node-kqdtl
app: csi-nfs-node
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
controller-revision-hash: 78dbcb8b4c
helm.sh/chart: csi-driver-nfs-4.13.4
pod-template-generation: 1
Owner:
csi-nfs-node (DaemonSet)
Spec
Status
allocatedResources:
cpu: 30m
memory: 60Mi
conditions:
- lastProbeTime: null
lastTransitionTime: '2026-09-19T18:16:39Z'
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:50Z'
observedGeneration: 1
status: 'True'
type: Ready
- lastProbeTime: null
lastTransitionTime: '2026-09-19T18:16:50Z'
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://6f8ddd5f8ce9de97389a3dc50b87a17839d1f12d2586a5340fbe91e1ef98d810
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:42Z'
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-xbslw
readOnly: true
recursiveReadOnly: Disabled
- allocatedResources:
cpu: 10m
memory: 20Mi
containerID: containerd://a0dc764b8b07c781b2868a610e71f9346631453a42f6e8ee413187e6dbdcc16c
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: 300Mi
requests:
cpu: 10m
memory: 20Mi
restartCount: 0
started: true
state:
running:
startedAt: '2026-09-19T18:16:50Z'
user:
linux:
gid: 0
supplementalGroups:
- 0
uid: 0
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /var/lib/kubelet/pods
name: pods-mount-dir
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-xbslw
readOnly: true
recursiveReadOnly: Disabled
- allocatedResources:
cpu: 10m
memory: 20Mi
containerID: containerd://03366729b0ea564d3e56fe630bd3b72cd0b2a0a78bca91b242d2c6f05ade45c3
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.17.0
imageID: registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:f9de845b170155199f2a2a3f9531cf13d78e31235e9db6b6582a8b0db0a50dad
lastState: {}
name: node-driver-registrar
ready: true
resources:
limits:
memory: 100Mi
requests:
cpu: 10m
memory: 20Mi
restartCount: 0
started: true
state:
running:
startedAt: '2026-09-19T18:16:44Z'
user:
linux:
gid: 0
supplementalGroups:
- 0
uid: 0
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /registration
name: registration-dir
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-xbslw
readOnly: true
recursiveReadOnly: Disabled
hostIP: 172.29.21.224
hostIPs:
- ip: 172.29.21.224
observedGeneration: 1
phase: Running
podIP: 172.29.21.224
podIPs:
- ip: 172.29.21.224
qosClass: Burstable
resources:
limits:
memory: 500Mi
requests:
cpu: 28m
memory: 60Mi
startTime: '2026-09-19T18:16:39Z'
Events
| Type | Reason | Age | From | Message |
|---|---|---|---|---|
| No events found. | ||||