Skip to content

Commit 1cb0f65

Browse files
committed
4 trivial edits to Concepts/Storage
1 update to ephemeral-volumes.md 1 update to projected-volumes.md 2 updates to persistent-volumes.md Reverted 1 update to projected-volumes.md
1 parent 0d841ef commit 1cb0f65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ volume.
224224
### PersistentVolumeClaim naming
225225

226226
Naming of the automatically created PVCs is deterministic: the name is
227-
a combination of Pod name and volume name, with a hyphen (`-`) in the
227+
a combination of the Pod name and volume name, with a hyphen (`-`) in the
228228
middle. In the example above, the PVC name will be
229229
`my-app-scratch-volume`. This deterministic naming makes it easier to
230230
interact with the PVC because one does not have to search for it once

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ The access modes are:
637637
`ReadWriteOncePod`
638638
: {{< feature-state for_k8s_version="v1.27" state="beta" >}}
639639
the volume can be mounted as read-write by a single Pod. Use ReadWriteOncePod
640-
access mode if you want to ensure that only one pod across whole cluster can
640+
access mode if you want to ensure that only one pod across the whole cluster can
641641
read that PVC or write to it. This is only supported for CSI volumes and
642642
Kubernetes version 1.22+.
643643

@@ -1130,7 +1130,7 @@ Kubernetes supports cross namespace volume data sources.
11301130
To use cross namespace volume data sources, you must enable the `AnyVolumeDataSource`
11311131
and `CrossNamespaceVolumeDataSource`
11321132
[feature gates](/docs/reference/command-line-tools-reference/feature-gates/) for
1133-
the kube-apiserver, kube-controller-manager.
1133+
the kube-apiserver and kube-controller-manager.
11341134
Also, you must enable the `CrossNamespaceVolumeDataSource` feature gate for the csi-provisioner.
11351135

11361136
Enabling the `CrossNamespaceVolumeDataSource` feature gate allows you to specify

0 commit comments

Comments
 (0)