We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c16c6 commit a1be9c7Copy full SHA for a1be9c7
concierge.yaml
@@ -4,7 +4,7 @@ juju:
4
providers:
5
microk8s:
6
enable: true
7
- bootstrap: true
+ bootstrap: false
8
addons:
9
- dns
10
- hostpath-storage
spread.yaml
@@ -151,6 +151,9 @@ prepare: |
151
# Install charmcraft & pipx on lxd-vm backend and install pipx on IS-hosted runners
152
~/go/bin/concierge prepare --trace
153
154
+ microk8s config | juju add-k8s microk8s --client
155
+ juju bootstrap microk8s concierge-microk8s
156
+
157
if [[ $SPREAD_SYSTEM == *"s390x"* ]]
158
then
159
rustup set profile minimal
0 commit comments