apiVersion: apps/v1
kind: DaemonSet
metadata:
annotations:
deprecated.daemonset.template.generation: '1'
meta.helm.sh/release-name: nfs
meta.helm.sh/release-namespace: nfs
creationTimestamp: '2026-09-19T18:16:39Z'
generation: 1
labels:
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
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/instance: {}
f:app.kubernetes.io/managed-by: {}
f:app.kubernetes.io/name: {}
f:app.kubernetes.io/version: {}
f:helm.sh/chart: {}
f:spec:
f:revisionHistoryLimit: {}
f:selector: {}
f:template:
f:metadata:
f:labels:
f:app: {}
f:app.kubernetes.io/instance: {}
f:app.kubernetes.io/managed-by: {}
f:app.kubernetes.io/name: {}
f:app.kubernetes.io/version: {}
f:helm.sh/chart: {}
f:spec:
f:containers:
k:{"name":"liveness-probe"}:
.: {}
f:args: {}
f:image: {}
f:imagePullPolicy: {}
f:name: {}
f:resources:
f:limits:
f:memory: {}
f:requests:
f:cpu: {}
f:memory: {}
f:securityContext:
f:capabilities:
f:drop: {}
f:readOnlyRootFilesystem: {}
f:volumeMounts:
k:{"mountPath":"/csi"}:
.: {}
f:mountPath: {}
f:name: {}
k:{"name":"nfs"}:
.: {}
f:args: {}
f:env:
k:{"name":"CSI_ENDPOINT"}:
.: {}
f:name: {}
f:value: {}
k:{"name":"NODE_ID"}:
.: {}
f:name: {}
f:valueFrom:
f:fieldRef: {}
f:image: {}
f:imagePullPolicy: {}
f:livenessProbe:
f:failureThreshold: {}
f:httpGet:
f:host: {}
f:path: {}
f:port: {}
f:initialDelaySeconds: {}
f:periodSeconds: {}
f:timeoutSeconds: {}
f:name: {}
f:resources:
f:limits:
f:memory: {}
f:requests:
f:cpu: {}
f:memory: {}
f:securityContext:
f:allowPrivilegeEscalation: {}
f:capabilities:
f:add: {}
f:drop: {}
f:privileged: {}
f:volumeMounts:
k:{"mountPath":"/csi"}:
.: {}
f:mountPath: {}
f:name: {}
k:{"mountPath":"/var/lib/kubelet/pods"}:
.: {}
f:mountPath: {}
f:mountPropagation: {}
f:name: {}
k:{"name":"node-driver-registrar"}:
.: {}
f:args: {}
f:env:
k:{"name":"DRIVER_REG_SOCK_PATH"}:
.: {}
f:name: {}
f:value: {}
k:{"name":"KUBE_NODE_NAME"}:
.: {}
f:name: {}
f:valueFrom:
f:fieldRef: {}
f:image: {}
f:imagePullPolicy: {}
f:livenessProbe:
f:failureThreshold: {}
f:httpGet:
f:host: {}
f:path: {}
f:port: {}
f:initialDelaySeconds: {}
f:periodSeconds: {}
f:timeoutSeconds: {}
f:name: {}
f:ports:
k:{"containerPort":19809,"protocol":"TCP"}:
.: {}
f:containerPort: {}
f:name: {}
f:protocol: {}
f:resources:
f:limits:
f:memory: {}
f:requests:
f:cpu: {}
f:memory: {}
f:securityContext:
f:capabilities:
f:drop: {}
f:volumeMounts:
k:{"mountPath":"/csi"}:
.: {}
f:mountPath: {}
f:name: {}
k:{"mountPath":"/registration"}:
.: {}
f:mountPath: {}
f:name: {}
f:dnsPolicy: {}
f:hostNetwork: {}
f:nodeSelector: {}
f:priorityClassName: {}
f:securityContext:
f:seccompProfile:
f:type: {}
f:serviceAccountName: {}
f:tolerations: {}
f:volumes:
k:{"name":"pods-mount-dir"}:
.: {}
f:hostPath:
f:path: {}
f:type: {}
f:name: {}
k:{"name":"registration-dir"}:
.: {}
f:hostPath:
f:path: {}
f:type: {}
f:name: {}
k:{"name":"socket-dir"}:
.: {}
f:hostPath:
f:path: {}
f:type: {}
f:name: {}
f:updateStrategy:
f:rollingUpdate:
f:maxUnavailable: {}
f:type: {}
manager: helm
operation: Apply
time: '2026-09-19T18:16:39Z'
- apiVersion: apps/v1
fieldsType: FieldsV1
fieldsV1:
f:status:
f:currentNumberScheduled: {}
f:desiredNumberScheduled: {}
f:numberAvailable: {}
f:numberReady: {}
f:observedGeneration: {}
f:updatedNumberScheduled: {}
manager: kube-controller-manager
operation: Update
subresource: status
time: '2026-09-19T18:16:57Z'
name: csi-nfs-node
namespace: nfs
resourceVersion: '185626'
uid: 3dd82f97-8de4-455c-9920-c987cba1bae3
spec:
revisionHistoryLimit: 10
selector:
matchLabels:
app: csi-nfs-node
template:
metadata:
labels:
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
helm.sh/chart: csi-driver-nfs-4.13.4
spec:
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
- 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
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
- 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
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-node-sa
serviceAccountName: csi-nfs-node-sa
terminationGracePeriodSeconds: 30
tolerations:
- 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
updateStrategy:
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
type: RollingUpdate
status:
currentNumberScheduled: 5
desiredNumberScheduled: 5
numberAvailable: 5
numberMisscheduled: 0
numberReady: 5
observedGeneration: 1
updatedNumberScheduled: 5