apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: "2026-04-07T06:48:31Z"
  name: test-pvc-pod
  namespace: default
  resourceVersion: "2174"
  uid: 741c22e3-9c54-447d-8f93-9e901d54eb32
spec:
  containers:
  - image: harbor.atmosphere.dev/docker.io/library/nginx:1.25
    imagePullPolicy: IfNotPresent
    name: test-pvc-pod-container
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /usr/share/nginx/html
      name: test-pvc
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-8pwln
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: default
  serviceAccountName: default
  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: test-pvc
    persistentVolumeClaim:
      claimName: test-pvc
  - name: kube-api-access-8pwln
    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: "2026-04-07T06:48:36Z"
    message: '0/1 nodes are available: pod has unbound immediate PersistentVolumeClaims.
      preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..'
    reason: Unschedulable
    status: "False"
    type: PodScheduled
  phase: Pending
  qosClass: BestEffort
