From 12c3921fc951a05f417bfcf54a3285b1907b2c07 Mon Sep 17 00:00:00 2001 From: Matthew Wong Date: Tue, 23 Aug 2016 00:01:16 -0400 Subject: [PATCH] if ac turned off description --- docs/user-guide/persistent-volumes/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/persistent-volumes/index.md b/docs/user-guide/persistent-volumes/index.md index c97869aac2..959cabf0ab 100644 --- a/docs/user-guide/persistent-volumes/index.md +++ b/docs/user-guide/persistent-volumes/index.md @@ -244,8 +244,9 @@ is done by setting the annotation cluster will respond to PVC creation as if the admission controller were turned off. If more than one default is specified, the admission controller will forbid the creation of all PVCs. -* If the admission controller is turned off, the claim may be bound to volumes -that have no class +* If the admission controller is turned off, there is no notion of a default +`StorageClass`. All PVCs that don't request a `StorageClass` can be bound only +to PVs that have no class. In the future after beta, the `volume.beta.kubernetes.io/storage-class` annotation will become an attribute.