We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd1c24d + fb0a183 commit b33f701Copy full SHA for b33f701
content/en/docs/concepts/storage/storage-classes.md
@@ -813,10 +813,10 @@ volumeBindingMode: WaitForFirstConsumer
813
```
814
815
Local volumes do not currently support dynamic provisioning, however a StorageClass
816
-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
817
specified by the `WaitForFirstConsumer` volume binding mode.
818
819
-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
820
scheduling constraints when choosing an appropriate PersistentVolume for a
821
PersistentVolumeClaim.
822
0 commit comments