Skip to content

Commit

Permalink
update byoc URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pastudan committed Apr 13, 2022
1 parent 01e68dc commit 599fce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ fi
# 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
kubectl create -f https://api.kubesail.com/byoc
fi
EOF
Expand Down

0 comments on commit 599fce1

Please sign in to comment.