Skip to content

Commit 580c2a5

Browse files
authored
Merge pull request #42439 from RakshitKumar04/docs-error
Fixes typos in doc
2 parents 7d0c697 + acb09b9 commit 580c2a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ persistent volume:
10611061
`ControllerPublishVolume` and `ControllerUnpublishVolume` calls. This field is
10621062
optional, and may be empty if no secret is required. If the Secret
10631063
contains more than one secret, all secrets are passed.
1064-
`nodeExpandSecretRef`: A reference to the secret containing sensitive
1064+
* `nodeExpandSecretRef`: A reference to the secret containing sensitive
10651065
information to pass to the CSI driver to complete the CSI
10661066
`NodeExpandVolume` call. This field is optional, and may be empty if no
10671067
secret is required. If the object contains more than one secret, all
@@ -1116,8 +1116,8 @@ For more information on how to develop a CSI driver, refer to the
11161116

11171117
CSI node plugins need to perform various privileged
11181118
operations like scanning of disk devices and mounting of file systems. These operations
1119-
differ for each host operating system. For Linux worker nodes, containerized CSI node
1120-
node plugins are typically deployed as privileged containers. For Windows worker nodes,
1119+
differ for each host operating system. For Linux worker nodes, containerized CSI node
1120+
plugins are typically deployed as privileged containers. For Windows worker nodes,
11211121
privileged operations for containerized CSI node plugins is supported using
11221122
[csi-proxy](https://github.com/kubernetes-csi/csi-proxy), a community-managed,
11231123
stand-alone binary that needs to be pre-installed on each Windows node.

0 commit comments

Comments
 (0)