nfs-provisioner-nfs-subdir-external-provisioner-7f485474d9t487f created 2022-06-27 12:45:03, version 3508118562

cni.projectcalico.org/podIP: cni.projectcalico.org/podIPs:

Spec

containers:
- env:
  - name: PROVISIONER_NAME
    value: cluster.local/nfs-provisioner
  - name: NFS_SERVER
    value: 192.168.1.11
  - name: NFS_PATH
    value: /srv/nfs
  image: k8s.gcr.io/sig-storage/nfs-subdir-external-provisioner:v4.0.2
  imagePullPolicy: IfNotPresent
  name: nfs-subdir-external-provisioner
  resources:
    requests:
      cpu: 100m
      memory: 128Mi
  terminationMessagePath: /dev/termination-log
  terminationMessagePolicy: File
  volumeMounts:
  - mountPath: /persistentvolumes
    name: nfs-subdir-external-provisioner-root
  - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
    name: kube-api-access-6xmtn
    readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
nodeName: sed-infra-server-master-mcg58ax2-aa1e3892
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: nfs-provisioner-nfs-subdir-external-provisioner
serviceAccountName: nfs-provisioner-nfs-subdir-external-provisioner
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
  key: node.kubernetes.io/not-ready
  operator: Exists
  tolerationSeconds: 300
- effect: NoExecute
  key: node.kubernetes.io/unreachable
  operator: Exists
  tolerationSeconds: 300
volumes:
- name: nfs-subdir-external-provisioner-root
  nfs:
    path: /srv/nfs
    server: 192.168.1.11
- name: kube-api-access-6xmtn
  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

conditions:
- lastProbeTime: null
  lastTransitionTime: '2022-06-27T12:45:03Z'
  status: 'True'
  type: Initialized
- lastProbeTime: null
  lastTransitionTime: '2025-10-19T10:15:58Z'
  status: 'True'
  type: Ready
- lastProbeTime: null
  lastTransitionTime: '2025-10-19T10:15:58Z'
  status: 'True'
  type: ContainersReady
- lastProbeTime: null
  lastTransitionTime: '2022-06-27T12:45:03Z'
  status: 'True'
  type: PodScheduled
containerStatuses:
- containerID: containerd://7be47dee07f8397803448d9b3b1faeb10e34d6d8ab795281a91a4e87e1e90e35
  image: k8s.gcr.io/sig-storage/nfs-subdir-external-provisioner:v4.0.2
  imageID: k8s.gcr.io/sig-storage/nfs-subdir-external-provisioner@sha256:63d5e04551ec8b5aae83b6f35938ca5ddc50a88d85492d9731810c31591fa4c9
  lastState:
    terminated:
      containerID: containerd://fae9c1915e9a6b825bdba4c749d96fbabe09ed83dfb3970001461b45a226264f
      exitCode: 255
      finishedAt: '2025-10-19T10:15:24Z'
      reason: Unknown
      startedAt: '2025-10-10T05:12:30Z'
  name: nfs-subdir-external-provisioner
  ready: true
  restartCount: 35
  started: true
  state:
    running:
      startedAt: '2025-10-19T10:15:57Z'
hostIP: 192.168.1.3
phase: Running
podIP: 172.18.117.245
podIPs:
- ip: 172.18.117.245
qosClass: Burstable
startTime: '2022-06-27T12:45:03Z'

Events

Type Reason Age From Message
No events found.