Skip to content

Commit 5dd5354

Browse files
author
Abmurksi
authored
1 parent 47442c8 commit 5dd5354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Install and run K3S
2-
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--no-deploy traefik --write-kubeconfig-mode 644" sh -
2+
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--disable traefik --write-kubeconfig-mode 644" sh -
33

44
# Install helm
55
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
@@ -9,4 +9,4 @@ export HELM_EXPERIMENTAL_OCI=1
99

1010
echo "KUBECONFIG=/etc/rancher/k3s/k3s.yaml">>/etc/environment
1111
echo "HELM_EXPERIMENTAL_OCI=1">>/etc/environment
12-
echo "Kubernetes is ready for teamcloud. Please reboot your machine."
12+
echo "Kubernetes is ready for teamcloud. Please reboot your machine."

0 commit comments

Comments
 (0)