Skip to content

Commit a1be9c7

Browse files
try bootstrap with add-k8s & without concierge to use classic microk8s snap
1 parent 27c16c6 commit a1be9c7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

concierge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ juju:
44
providers:
55
microk8s:
66
enable: true
7-
bootstrap: true
7+
bootstrap: false
88
addons:
99
- dns
1010
- hostpath-storage

spread.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ prepare: |
151151
# Install charmcraft & pipx on lxd-vm backend and install pipx on IS-hosted runners
152152
~/go/bin/concierge prepare --trace
153153
154+
microk8s config | juju add-k8s microk8s --client
155+
juju bootstrap microk8s concierge-microk8s
156+
154157
if [[ $SPREAD_SYSTEM == *"s390x"* ]]
155158
then
156159
rustup set profile minimal

0 commit comments

Comments
 (0)