You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"deb [signed-by=/usr/share/keyrings/helm.gpg] https://packages.buildkite.com/helm-linux/helm-debian/any/ any main"| sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
121
+
sudo apt-get update
122
+
sudo apt-get install helm
119
123
124
+
# Installation of k3s
120
125
echo"Installing k3s with --flannel-iface=$selected_iface"
121
126
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--flannel-iface=$selected_iface" INSTALL_K3S_VERSION="$K3S_VERSION" sh -
122
127
# Todo: Check for Ready node, takes ~30 seconds
@@ -131,11 +136,22 @@ echo "Waiting for Longhorn to start..."
echo"deb [signed-by=/usr/share/keyrings/helm.gpg] https://packages.buildkite.com/helm-linux/helm-debian/any/ any main"| sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
122
+
sudo apt-get update
123
+
sudo apt-get install helm
120
124
125
+
# Installation of k3s
121
126
echo"Installing k3s with --flannel-iface=$selected_iface"
122
127
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--flannel-iface=$selected_iface" INSTALL_K3S_VERSION="$K3S_VERSION" sh -
123
128
# Todo: Check for Ready node, takes ~30 seconds
@@ -132,11 +137,20 @@ echo "Waiting for Longhorn to start..."
0 commit comments