mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
When a PVC explicitly requests specific PV and the PV does not match, we should tell the user what exactly does not match. From: Volume's size is smaller than requested or volume's class does not match with claim To: Cannot bind to requested volume "<volume name>": %s where %s is one of: - requested PV is too small - storageClasseNames do not match - incompatible volumeMode - error checking volumeMode: api defaulting for volumeMode failed (this should not ever happen) |
||
|---|---|---|
| .. | ||
| options | ||
| binder_test.go | ||
| BUILD | ||
| delete_test.go | ||
| framework_test.go | ||
| index.go | ||
| index_test.go | ||
| OWNERS | ||
| provision_test.go | ||
| pv_controller.go | ||
| pv_controller_base.go | ||
| pv_controller_test.go | ||
| recycle_test.go | ||
| scheduler_assume_cache.go | ||
| scheduler_assume_cache_test.go | ||
| scheduler_binder.go | ||
| scheduler_binder_cache.go | ||
| scheduler_binder_cache_test.go | ||
| scheduler_binder_fake.go | ||
| scheduler_binder_test.go | ||
| volume_host.go | ||