Skip to content

Commit

Permalink
Update K3s to 1.28.3 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-jbooz committed Nov 21, 2023
1 parent f65e323 commit 21fd14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-appliance
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fi
# Install k3s
mkdir -p /etc/rancher/k3s
echo "nameserver 10.0.1.1" >> /etc/rancher/k3s/resolv.conf
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION="v1.25.6+k3s1" INSTALL_K3S_EXEC="--disable traefik --resolv-conf /etc/rancher/k3s/resolv.conf" sh -
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION="v1.28.3+k3s2" INSTALL_K3S_EXEC="--disable traefik --resolv-conf /etc/rancher/k3s/resolv.conf" sh -
sudo -u $SSH_USERNAME mkdir ~/.kube
cp /etc/rancher/k3s/k3s.yaml ~/.kube/config
sed -i 's/default/foundry/g' ~/.kube/config
Expand Down

0 comments on commit 21fd14b

Please sign in to comment.