From 434ad31fc347f743de3dbe5145e2879adecfeb8b Mon Sep 17 00:00:00 2001 From: tehNooB <125163838+JamesTurland@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:15:11 +0100 Subject: [PATCH] Update longhorn.sh --- Kubernetes/Longhorn/longhorn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kubernetes/Longhorn/longhorn.sh b/Kubernetes/Longhorn/longhorn.sh index 13da915..0da76a4 100644 --- a/Kubernetes/Longhorn/longhorn.sh +++ b/Kubernetes/Longhorn/longhorn.sh @@ -56,7 +56,7 @@ for newnode in "${storage[@]}"; do done # Step 2: Install Longhorn (using modified Official to pin to Longhorn Nodes) -kubectl apply -f https://raw.githubusercontent.com/JamesTurland/JimsGarage/main/Kubernetes/Longhorn/longhorn-update.yaml +kubectl apply -f https://raw.githubusercontent.com/JamesTurland/JimsGarage/main/Kubernetes/Longhorn/longhorn.yaml kubectl get pods \ --namespace longhorn-system \ --watch