From 53722b0b9643b5bf51bf5f6b982ae9086598ea58 Mon Sep 17 00:00:00 2001
From: Zhang Xingcai
You can also join Kubernauts all around the world through our +
You can also join Kubernetes all around the world through our Kubernetes Meetup Community and the Kubernetes Cloud Native Meetup Community.
diff --git a/docs/admin/admission-controllers.md b/docs/admin/admission-controllers.md index 05229844ad..24df556b4d 100644 --- a/docs/admin/admission-controllers.md +++ b/docs/admin/admission-controllers.md @@ -343,7 +343,7 @@ After enabling the `ExpandPersistentVolumes` feature gate, enabling the `Persist 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: +For example: all `PersistentVolumeClaim`s created from the following `StorageClass` support volume expansion: ```yaml kind: StorageClass