File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -543,6 +543,7 @@ metadata:
543
543
spec:
544
544
capacity:
545
545
storage: 100Gi
546
+ # volumeMode property requires BlockVolume Alpha feature gate to be enabled.
546
547
volumeMode: Filesystem
547
548
accessModes:
548
549
- ReadWriteOnce
@@ -565,7 +566,8 @@ the Kubernetes scheduler to correctly schedule pods using local volumes to the
565
566
correct node.
566
567
567
568
PersistentVolume `volumeMode` can now be set to "Block" (instead of the default
568
- value "Filesystem") to expose the local volume as a raw block device.
569
+ value "Filesystem") to expose the local volume as a raw block device. The
570
+ ` volumeMode` property requires `BlockVolume` Alpha feature gate to be enabled.
569
571
570
572
When using local volumes, it is recommended to create a StorageClass with
571
573
` volumeBindingMode` set to `WaitForFirstConsumer`. See the
You can’t perform that action at this time.
0 commit comments