Skip to content

Commit 966514f

Browse files
committed
Code review comments.
1 parent afe2600 commit 966514f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/concepts/storage/volumes.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ metadata:
543543
spec:
544544
capacity:
545545
storage: 100Gi
546+
# volumeMode property requires BlockVolume Alpha feature gate to be enabled.
546547
volumeMode: Filesystem
547548
accessModes:
548549
- ReadWriteOnce
@@ -565,7 +566,8 @@ the Kubernetes scheduler to correctly schedule pods using local volumes to the
565566
correct node.
566567

567568
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.
569571

570572
When using local volumes, it is recommended to create a StorageClass with
571573
`volumeBindingMode` set to `WaitForFirstConsumer`. See the

0 commit comments

Comments
 (0)