This commit is contained in:
parent
d53c37a3e8
commit
cf77850dcd
|
|
@ -31,7 +31,8 @@ have access to resizing, snapshots, clones, etc functionality.
|
||||||
» `smb-client` (crudely provisions storage using a shared smb share/directory
|
» `smb-client` (crudely provisions storage using a shared smb share/directory
|
||||||
for all volumes)
|
for all volumes)
|
||||||
» `node-manual` (allows connecting to manually created smb, nfs, lustre, and
|
» `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**
|
**Development**
|
||||||
» Framework for developing `CSI` drivers
|
» Framework for developing `CSI` drivers
|
||||||
|
|
@ -100,7 +101,8 @@ sudo apt-get install -y open-iscsi lsscsi sg3-utils multipath-tools scsitools
|
||||||
```
|
```
|
||||||
**Multipathing**
|
**Multipathing**
|
||||||
`Multipath` is supported for the `iSCSI`-based drivers. Simply setup
|
`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:
|
*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>)
|
[Support host iscsi simultaneously with kubelet iscsi (pvc)](https://github.com/rancher/rke/issues/1846>)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue