Skip to content

Commit

Permalink
minor typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharysarah committed Sep 20, 2017
1 parent e10875a commit 85ca45c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/admin/admission-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ to `true` to enable resizing.
{: .note}

After enabling the `ExpandPersistentVolumes` feature gate, enabling the `PersistentVolumeClaimResize` admission
plug-in is recommended, too. This plug-in prevents resizing of all claims by default unless claim's `StorageClass`
has explicitly enabled resizing by setting `allowVolumeExpansion` to true.
plug-in is recommended, too. This plug-in prevents resizing of all claims by default unless a claim's `StorageClass`
explicitly enables resizing by setting `allowVolumeExpansion` to `true`.

For example: all `PersistnetVolumeClaim`s created from the following `StorageClass` support volume expansion:

Expand Down

0 comments on commit 85ca45c

Please sign in to comment.