From 2bccbfc0e3d439c5b1f27cebbedcdf523b67a863 Mon Sep 17 00:00:00 2001 From: tehNooB <125163838+JamesTurland@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:55:19 +0000 Subject: [PATCH] Update longhorn-K3S.sh --- Kubernetes/Longhorn/longhorn-K3S.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kubernetes/Longhorn/longhorn-K3S.sh b/Kubernetes/Longhorn/longhorn-K3S.sh index 959716b..98c681c 100644 --- a/Kubernetes/Longhorn/longhorn-K3S.sh +++ b/Kubernetes/Longhorn/longhorn-K3S.sh @@ -54,7 +54,7 @@ for newnode in "${storage[@]}"; do --sudo \ --k3s-channel stable \ --server-ip $master1 \ - --k3s-extra-args "--node-label "longhorn=true"" \ + --k3s-extra-args "--node-label \"longhorn=true\"" \ --ssh-key $HOME/.ssh/id_rsa echo -e " \033[32;5mAgent node joined successfully!\033[0m" done