From 28d2f66742997525010b812daaccd993e3889479 Mon Sep 17 00:00:00 2001 From: strNophix Date: Fri, 20 May 2022 21:57:27 +0200 Subject: [PATCH] Updated README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d05b0dd..60e9750 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,17 @@ helm install longhorn longhorn/longhorn --namespace longhorn-system --create-nam kubectl patch storageclass standard -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"false"}}}' ``` +**IMPORTANT: Make sure open-iscsi is installed on all nodes** +```bash +sudo apt-get update +sudo apt-get install -y open-iscsi +``` + ### MetalLB (loadbalancer) ```bash -kubectl apply -f ./deployments/metallb-prep.yml kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.12.1/manifests/namespace.yaml kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.12.1/manifests/metallb.yaml +kubectl apply -f ./deployments/metallb-prep.yml ``` ### Traefik (ingress)