Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pastudan authored Apr 13, 2022
1 parent c0ba8f6 commit 01e68dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,10 @@ if [[ -f $PATH_REFRESH_SSH_CERTS ]]; then
fi
# Install K3s
# Install K3s and KubeSail agent
if [[ ! -d /var/lib/rancher/k3s/data ]]; then
curl -sfL https://get.k3s.io | INSTALL_K3S_CHANNEL=stable sh
kubectl create -f https://byoc.kubesail.com/.yaml
fi
EOF
Expand Down

0 comments on commit 01e68dc

Please sign in to comment.