mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-17 16:12:49 -04:00
These events are currently emitted for a pod using a generic ephemeral volume: Type Reason Age From Message ---- ------ ---- ---- ------- Warning FailedScheduling 3s default-scheduler 0/1 nodes are available: 1 persistentvolumeclaim "my-csi-app-inline-volume-my-csi-volume" not found. Warning FailedScheduling 2s default-scheduler 0/1 nodes are available: 1 pod has unbound immediate PersistentVolumeClaims. The one about "persistentvolumeclaim not found" is potentially confusing. It occurs because the scheduler typically checks the pod before the ephemeral volume controller had a chance to create the PVC. This is a bit easier to understand: Type Reason Age From Message ---- ------ ---- ---- ------- Warning FailedScheduling 4s default-scheduler 0/1 nodes are available: 1 waiting for ephemeral volume controller to create the persistentvolumeclaim "my-csi-app-inline-volume-my-csi-volume". Warning FailedScheduling 2s default-scheduler 0/1 nodes are available: 1 pod has unbound immediate PersistentVolumeClaims. |
||
|---|---|---|
| .. | ||
| metrics | ||
| assume_cache.go | ||
| assume_cache_test.go | ||
| binder.go | ||
| binder_test.go | ||
| fake_binder.go | ||
| OWNERS | ||
| scorer.go | ||
| scorer_test.go | ||
| test_utils.go | ||
| volume_binding.go | ||
| volume_binding_test.go | ||