Update README.md

Add how to install open-iscsi on Ubuntu or RHEL.
This commit is contained in:
Sheng Yang 2018-08-24 12:26:33 -07:00 committed by GitHub
parent 8f7c94c23d
commit b8ff0b5011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,8 @@ Longhorn is 100% open source software. Project source code is spread across a nu
1. Docker v1.13+ 1. Docker v1.13+
2. Kubernetes v1.8+ 2. Kubernetes v1.8+
3. Make sure open-iscsi has been installed in all nodes of the Kubernetes cluster. For GKE, recommended Ubuntu as guest OS image since it contains open-iscsi already. 3. Make sure open-iscsi has been installed in all nodes of the Kubernetes cluster. For GKE, recommended Ubuntu as guest OS image since it contains open-iscsi already.
1. For Debian/Ubuntu, use `apt-get install open-iscsi` to install.
2. For RHEL/CentOS, use `yum install iscsi-initiator-utils` to install.
## Kubernetes driver Requirements ## Kubernetes driver Requirements