Pod Object is modified as per standards
After Fix - Local volumes do not currently support dynamic provisioning, however a StorageClass should still be created to delay volume binding until Pod scheduling.
This commit is contained in:
@@ -813,10 +813,10 @@ volumeBindingMode: WaitForFirstConsumer
|
|||||||
```
|
```
|
||||||
|
|
||||||
Local volumes do not currently support dynamic provisioning, however a StorageClass
|
Local volumes do not currently support dynamic provisioning, however a StorageClass
|
||||||
should still be created to delay volume binding until pod scheduling. This is
|
should still be created to delay volume binding until Pod scheduling. This is
|
||||||
specified by the `WaitForFirstConsumer` volume binding mode.
|
specified by the `WaitForFirstConsumer` volume binding mode.
|
||||||
|
|
||||||
Delaying volume binding allows the scheduler to consider all of a pod's
|
Delaying volume binding allows the scheduler to consider all of a Pod's
|
||||||
scheduling constraints when choosing an appropriate PersistentVolume for a
|
scheduling constraints when choosing an appropriate PersistentVolume for a
|
||||||
PersistentVolumeClaim.
|
PersistentVolumeClaim.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user