Skip to content

Commit b33f701

Browse files
authored
Merge pull request #20147 from varadaprasanth/patch-1
Pod Object is modified as per standards
2 parents dd1c24d + fb0a183 commit b33f701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/storage/storage-classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -813,10 +813,10 @@ volumeBindingMode: WaitForFirstConsumer
813813
```
814814

815815
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
816+
should still be created to delay volume binding until Pod scheduling. This is
817817
specified by the `WaitForFirstConsumer` volume binding mode.
818818

819-
Delaying volume binding allows the scheduler to consider all of a pod's
819+
Delaying volume binding allows the scheduler to consider all of a Pod's
820820
scheduling constraints when choosing an appropriate PersistentVolume for a
821821
PersistentVolumeClaim.
822822

0 commit comments

Comments
 (0)