We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47442c8 commit 5dd5354Copy full SHA for 5dd5354
install.sh
@@ -1,5 +1,5 @@
1
# Install and run K3S
2
-curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--no-deploy traefik --write-kubeconfig-mode 644" sh -
+curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--disable traefik --write-kubeconfig-mode 644" sh -
3
4
# Install helm
5
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
@@ -9,4 +9,4 @@ export HELM_EXPERIMENTAL_OCI=1
9
10
echo "KUBECONFIG=/etc/rancher/k3s/k3s.yaml">>/etc/environment
11
echo "HELM_EXPERIMENTAL_OCI=1">>/etc/environment
12
-echo "Kubernetes is ready for teamcloud. Please reboot your machine."
+echo "Kubernetes is ready for teamcloud. Please reboot your machine."
0 commit comments