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>)