From cf77850dcd17023339dbda9c733a457347a2093d Mon Sep 17 00:00:00 2001 From: D1StrX Date: Fri, 24 Dec 2021 17:26:38 +0100 Subject: [PATCH] . --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e84a0a5..44a999b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ have access to resizing, snapshots, clones, etc functionality.     » `smb-client` (crudely provisions storage using a shared smb share/directory for all volumes)     » `node-manual` (allows connecting to manually created smb, nfs, lustre, and - iscsi volumes, see sample PVs in the `examples` directory) + iscsi volumes, see sample PVs in the +        `examples` directory) **Development**     » Framework for developing `CSI` drivers @@ -100,7 +101,8 @@ sudo apt-get install -y open-iscsi lsscsi sg3-utils multipath-tools scsitools ```   **Multipathing**   `Multipath` is supported for the `iSCSI`-based drivers. Simply setup -  multipath to your liking and set multiple portals in the config as appropriate. +  multipath to your liking and set multiple portals +  in the config as appropriate.   *NOTE:* If you are running Kubernetes with Rancher/RKE please see the following:   [Support host iscsi simultaneously with kubelet iscsi (pvc)](https://github.com/rancher/rke/issues/1846>)