Merge "Added storage supoort to the template"
authorTrevor Tao <trevor.tao@arm.com>
Thu, 28 Oct 2021 06:00:54 +0000 (06:00 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Thu, 28 Oct 2021 06:00:54 +0000 (06:00 +0000)
src/foundation/microk8s/main.tf

index db3453c..e71d42a 100644 (file)
@@ -17,7 +17,7 @@ resource "aws_instance" "master" {
               apt install snapd -y >> microk8s_install.log
               snap install core >> microk8s_install.log
               export PATH=$PATH:/snap/bin
-              snap install microk8s --classic --channel=1.20/stable >> microk8s_install.log
+              snap install microk8s --classic --channel=1.21 >> microk8s_install.log
               microk8s status --wait-ready
               microk8s enable dns >> microk8s_install.log
               microk8s enable storage >> microk8s_install.log