We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4e3e1 commit 5aca46bCopy full SHA for 5aca46b
content/en/docs/concepts/storage/dynamic-provisioning.md
@@ -119,7 +119,7 @@ When a default `StorageClass` exists in a cluster and a user creates a
119
`DefaultStorageClass` admission controller automatically adds the
120
`storageClassName` field pointing to the default storage class.
121
122
-Note that If you set the `storageclass.kubernetes.io/is-default-class`
+Note that if you set the `storageclass.kubernetes.io/is-default-class`
123
annotation to true on more than one StorageClass in your cluster, and you then
124
create a `PersistentVolumeClaim` with no `storageClassName` set, Kubernetes
125
uses the most recently created default StorageClass.
0 commit comments