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.
2 parents b06f904 + d17a261 commit 17a77fbCopy full SHA for 17a77fb
content/en/docs/concepts/storage/persistent-volumes.md
@@ -387,7 +387,7 @@ Kubernetes supports two `volumeModes` of PersistentVolumes: `Filesystem` and `Bl
387
`Filesystem` is the default mode used when `volumeMode` parameter is omitted.
388
389
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
+is backed by a block device and the device is empty, Kubernetes creates a filesystem
391
on the device before mounting it for the first time.
392
393
You can set the value of `volumeMode` to `Block` to use a volume as a raw block device.
0 commit comments