Add EKS instructions for open-iscsi

Signed-off-by: meldafrawi <mohamed.eldafrawi@rancher.com>
This commit is contained in:
meldafrawi 2020-03-05 00:09:40 +02:00 committed by Sheng Yang
parent c92fa548d0
commit 87c498435c

View File

@ -44,6 +44,8 @@ Longhorn is 100% open source software. Project source code is spread across a nu
1. For GKE, recommended Ubuntu as guest OS image since it contains open-iscsi already.
2. For Debian/Ubuntu, use `apt-get install open-iscsi` to install.
3. For RHEL/CentOS, use `yum install iscsi-initiator-utils` to install.
4. For EKS with `EKS Kubernetes Worker AMI with AmazonLinux2 image`,
use `yum install iscsi-initiator-utils` to install. You may need to edit cluster security group to allow ssh access.
4. A host filesystem supports `file extents` feature on the nodes to store the data. Currently we support:
1. ext4
2. XFS