This commit is contained in:
D1StrX 2021-12-24 17:26:38 +01:00
parent d53c37a3e8
commit cf77850dcd
1 changed files with 4 additions and 2 deletions

View File

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