diff --git a/community/index.html b/community/index.html index 01bdb29362..3e35fb7f84 100644 --- a/community/index.html +++ b/community/index.html @@ -17,7 +17,7 @@ cid: community community meeting takes place via video conference to discuss the state of affairs, get a calendar invite to participate.
-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