From 4e0253f877640ea25a34f98668f8a06aeecc2e86 Mon Sep 17 00:00:00 2001 From: Rakshit Sharma Date: Mon, 7 Aug 2023 21:33:23 +0530 Subject: [PATCH] Corrected typos in docs --- content/en/docs/concepts/storage/volumes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index da0e60050c125..2948620fd051b 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -1061,7 +1061,7 @@ persistent volume: `ControllerPublishVolume` and `ControllerUnpublishVolume` calls. This field is optional, and may be empty if no secret is required. If the Secret contains more than one secret, all secrets are passed. -`nodeExpandSecretRef`: A reference to the secret containing sensitive +* `nodeExpandSecretRef`: A reference to the secret containing sensitive information to pass to the CSI driver to complete the CSI `NodeExpandVolume` call. This field is optional, and may be empty if no 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 CSI node plugins need to perform various privileged operations like scanning of disk devices and mounting of file systems. These operations -differ for each host operating system. For Linux worker nodes, containerized CSI node -node plugins are typically deployed as privileged containers. For Windows worker nodes, +differ for each host operating system. For Linux worker nodes, containerized CSI node +plugins are typically deployed as privileged containers. For Windows worker nodes, privileged operations for containerized CSI node plugins is supported using [csi-proxy](https://github.com/kubernetes-csi/csi-proxy), a community-managed, stand-alone binary that needs to be pre-installed on each Windows node.