csi-nfs-node-2l665 created 2026-09-19 18:16:39, version 185836

Spec

affinity:
  nodeAffinity:
    requiredDuringSchedulingIgnoredDuringExecution:
      nodeSelectorTerms:
      - matchFields:
        - key: metadata.name
          operator: In
          values:
          - csfarm-controlplane-02
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-fz44x
    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-fz44x
    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-fz44x
    readOnly: true
dnsPolicy: ClusterFirstWithHostNet
enableServiceLinks: true
hostNetwork: true
nodeName: csfarm-controlplane-02
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-fz44x
  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

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:51Z'
  observedGeneration: 1
  status: 'True'
  type: Ready
- lastProbeTime: null
  lastTransitionTime: '2026-09-19T18:16:51Z'
  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://57ae936489150913937473607fe82c1fe73ad5cbf25f180f13353a53def0d201
  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-fz44x
    readOnly: true
    recursiveReadOnly: Disabled
- allocatedResources:
    cpu: 10m
    memory: 20Mi
  containerID: containerd://8b1d992019f103fc0b216bfbfde80ba09bebe358120b8481a5727df2a1649c46
  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:51Z'
  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-fz44x
    readOnly: true
    recursiveReadOnly: Disabled
- allocatedResources:
    cpu: 10m
    memory: 20Mi
  containerID: containerd://5a7b55d0417af074df2e488a2c4b7339ece218ba223b864ec0f1b7a17476a8da
  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:45Z'
  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-fz44x
    readOnly: true
    recursiveReadOnly: Disabled
hostIP: 172.29.21.217
hostIPs:
- ip: 172.29.21.217
observedGeneration: 1
phase: Running
podIP: 172.29.21.217
podIPs:
- ip: 172.29.21.217
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.