doc: update prerequisites in chart readme to make it consistent with documentation

Signed-off-by: Jack Lin <jack.lin@suse.com>
This commit is contained in:
ChanYiLin 2023-03-10 16:50:25 +08:00 committed by David Ko
parent 662fbbaabe
commit bf083b2d49

View File

@ -18,7 +18,7 @@ Longhorn is 100% open source software. Project source code is spread across a nu
## Prerequisites
1. A container runtime compatible with Kubernetes (Docker v1.13+, containerd v1.3.7+, etc.)
2. Kubernetes v1.18+
2. Kubernetes >= v1.21
3. Make sure `bash`, `curl`, `findmnt`, `grep`, `awk` and `blkid` has been installed in all nodes of the Kubernetes cluster.
4. Make sure `open-iscsi` has been installed, and the `iscsid` daemon is running on all nodes of the Kubernetes cluster. For GKE, recommended Ubuntu as guest OS image since it contains `open-iscsi` already.