Code Review
/
iec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
(from parent 2:
8341079
)
Merge "Added storage supoort to the template"
author
Trevor Tao
<trevor.tao@arm.com>
Thu, 28 Oct 2021 06:00:54 +0000
(06:00 +0000)
committer
Gerrit Code Review
<gerrit@akraino.org>
Thu, 28 Oct 2021 06:00:54 +0000
(06:00 +0000)
src/foundation/microk8s/main.tf
patch
|
blob
|
history
diff --git
a/src/foundation/microk8s/main.tf
b/src/foundation/microk8s/main.tf
index
db3453c
..
e71d42a
100644
(file)
--- a/
src/foundation/microk8s/main.tf
+++ b/
src/foundation/microk8s/main.tf
@@
-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.2
0/stable
>> microk8s_install.log
+ snap install microk8s --classic --channel=1.2
1
>> microk8s_install.log
microk8s status --wait-ready
microk8s enable dns >> microk8s_install.log
microk8s enable storage >> microk8s_install.log