Skip to content

Commit d17a261

Browse files
authored
Fix spelling mistake of the word 'kubernetes' in line 390
A volume with `volumeMode: Filesystem` is *mounted* into Pods into a directory. If the volume is backed by a block device and the device is empty, Kubernetes creates a filesystem on the device before mounting it for the first time.
1 parent b06f904 commit d17a261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/storage/persistent-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ Kubernetes supports two `volumeModes` of PersistentVolumes: `Filesystem` and `Bl
387387
`Filesystem` is the default mode used when `volumeMode` parameter is omitted.
388388

389389
A volume with `volumeMode: Filesystem` is *mounted* into Pods into a directory. If the volume
390-
is backed by a block device and the device is empty, Kuberneretes creates a filesystem
390+
is backed by a block device and the device is empty, Kubernetes creates a filesystem
391391
on the device before mounting it for the first time.
392392

393393
You can set the value of `volumeMode` to `Block` to use a volume as a raw block device.

0 commit comments

Comments
 (0)