Skip to content

Commit

Permalink
chore: bump k8s version in vagrant to 1.21 (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Sep 20, 2021
1 parent b3edc18 commit 2493ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apt-get --yes install apt-transport-https jq

echo "export EDITOR=vim" >> /home/vagrant/.bashrc

snap install microk8s --classic --channel=1.18/stable
snap install microk8s --classic --channel=1.21/stable
microk8s.status --wait-ready
ufw allow in on cbr0
ufw allow out on cbr0
Expand Down

0 comments on commit 2493ad5

Please sign in to comment.