Skip to content

Commit

Permalink
Bumped microk8s to 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
copandrej committed Sep 9, 2024
1 parent d7b511c commit 3818598
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helper_scripts/microk8s_ansible/inventory.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
all:
vars:
microk8s: "1.30/stable"
microk8s: "1.31/stable"
addons:
- dns
- storage
Expand Down
2 changes: 1 addition & 1 deletion helper_scripts/rasp-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fi

# install microk8s
sudo apt update && sudo apt upgrade -y && sudo apt install snapd -y &&
sudo snap install microk8s --classic --channel=1.30/stable &&
sudo snap install microk8s --classic --channel=1.31/stable &&
sleep 10
sudo usermod -a -G microk8s $USER &&
sudo chown -f -R $USER ~/.kube &&
Expand Down
2 changes: 1 addition & 1 deletion helper_scripts/system-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Install microk8s
sudo apt update && sudo apt upgrade -y && sudo apt install snapd -y
sudo snap install microk8s --classic --channel=1.30/stable
sudo snap install microk8s --classic --channel=1.31/stable
sudo usermod -a -G microk8s $USER
sudo chown -f -R $USER ~/.kube

Expand Down

0 comments on commit 3818598

Please sign in to comment.