@@ -1061,7 +1061,7 @@ persistent volume:
1061
1061
` ControllerPublishVolume` and `ControllerUnpublishVolume` calls. This field is
1062
1062
optional, and may be empty if no secret is required. If the Secret
1063
1063
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
1065
1065
information to pass to the CSI driver to complete the CSI
1066
1066
` NodeExpandVolume` call. This field is optional, and may be empty if no
1067
1067
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
1116
1116
1117
1117
CSI node plugins need to perform various privileged
1118
1118
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,
1121
1121
privileged operations for containerized CSI node plugins is supported using
1122
1122
[csi-proxy](https://github.com/kubernetes-csi/csi-proxy), a community-managed,
1123
1123
stand-alone binary that needs to be pre-installed on each Windows node.
0 commit comments