@@ -120,7 +120,7 @@ For example, NFS doesn't provide an internal provisioner, but an external
120
120
provisioner can be used. There are also cases when 3rd party storage
121
121
vendors provide their own external provisioner.
122
122
123
- ## Reclaim Policy
123
+ ## Reclaim policy
124
124
125
125
PersistentVolumes that are dynamically created by a StorageClass will have the
126
126
[ reclaim policy] ( /docs/concepts/storage/persistent-volumes/#reclaiming )
@@ -131,7 +131,7 @@ StorageClass object is created, it will default to `Delete`.
131
131
PersistentVolumes that are created manually and managed via a StorageClass will have
132
132
whatever reclaim policy they were assigned at creation.
133
133
134
- ## Volume Expansion {#allow-volume-expansion}
134
+ ## Volume expansion {#allow-volume-expansion}
135
135
136
136
PersistentVolumes can be configured to be expandable. This allows you to resize the
137
137
volume by editing the corresponding PVC object, requesting a new larger amount of
@@ -156,7 +156,7 @@ StorageClass has the field `allowVolumeExpansion` set to true.
156
156
You can only use the volume expansion feature to grow a Volume, not to shrink it.
157
157
{{< /note >}}
158
158
159
- ## Mount Options
159
+ ## Mount options
160
160
161
161
PersistentVolumes that are dynamically created by a StorageClass will have the
162
162
mount options specified in the ` mountOptions ` field of the class.
@@ -165,7 +165,7 @@ If the volume plugin does not support mount options but mount options are
165
165
specified, provisioning will fail. Mount options are ** not** validated on either
166
166
the class or PV. If a mount option is invalid, the PV mount fails.
167
167
168
- ## Volume Binding Mode
168
+ ## Volume binding mode
169
169
170
170
The ` volumeBindingMode ` field controls when
171
171
[ volume binding and dynamic provisioning] ( /docs/concepts/storage/persistent-volumes/#provisioning )
@@ -227,7 +227,7 @@ spec:
227
227
name : task-pv-storage
228
228
` ` `
229
229
230
- ## Allowed Topologies
230
+ ## Allowed topologies
231
231
232
232
When a cluster operator specifies the ` WaitForFirstConsumer` volume binding mode, it is no longer necessary
233
233
to restrict provisioning to specific topologies in most situations. However,
@@ -523,7 +523,7 @@ In a multi-tenancy context, it is strongly recommended to set the value for
523
523
` secretNamespace` explicitly, otherwise the storage account credentials may
524
524
be read by other users.
525
525
526
- # ## Portworx Volume (deprecated) {#portworx-volume}
526
+ # ## Portworx volume (deprecated) {#portworx-volume}
527
527
528
528
` ` ` yaml
529
529
apiVersion: storage.k8s.io/v1
0 commit comments