From ca8fddcf9f1cb753337b5ba519da14e20fd54792 Mon Sep 17 00:00:00 2001 From: wjx1995 <32607023+wjx1995@users.noreply.github.com> Date: Wed, 11 Oct 2017 00:07:04 -0500 Subject: [PATCH] Update persistent-volumes.md --- docs/concepts/storage/persistent-volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/storage/persistent-volumes.md b/docs/concepts/storage/persistent-volumes.md index 257f141804..ab45e0c5cb 100644 --- a/docs/concepts/storage/persistent-volumes.md +++ b/docs/concepts/storage/persistent-volumes.md @@ -139,7 +139,7 @@ allowVolumeExpansion: true Once both feature gate and aforementioned admission plug-in are turned on, an user can request larger volume for their `PersistentVolumeClaim` by simply editing the claim and requesting bigger size. This in turn will trigger expansion of volume that is backing underlying `PersistentVolume`. -Under no circustances a new `PersistentVolume` gets created to satisfy the claim. Kubernetes will attempt to resize existing volume to satisfy the claim. +Under no circumstances a new `PersistentVolume` gets created to satisfy the claim. Kubernetes will attempt to resize existing volume to satisfy the claim. ## Types of Persistent Volumes