File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ volume.
224
224
# ## PersistentVolumeClaim naming
225
225
226
226
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
228
228
middle. In the example above, the PVC name will be
229
229
` my-app-scratch-volume` . This deterministic naming makes it easier to
230
230
interact with the PVC because one does not have to search for it once
Original file line number Diff line number Diff line change @@ -637,7 +637,7 @@ The access modes are:
637
637
` ReadWriteOncePod`
638
638
: {{< feature-state for_k8s_version="v1.27" state="beta" >}}
639
639
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
641
641
read that PVC or write to it. This is only supported for CSI volumes and
642
642
Kubernetes version 1.22+.
643
643
@@ -1130,7 +1130,7 @@ Kubernetes supports cross namespace volume data sources.
1130
1130
To use cross namespace volume data sources, you must enable the `AnyVolumeDataSource`
1131
1131
and `CrossNamespaceVolumeDataSource`
1132
1132
[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.
1134
1134
Also, you must enable the `CrossNamespaceVolumeDataSource` feature gate for the csi-provisioner.
1135
1135
1136
1136
Enabling the `CrossNamespaceVolumeDataSource` feature gate allows you to specify
You can’t perform that action at this time.
0 commit comments