File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - s3
2727 # - azure_storage
2828 juju :
29- - snap_channel : " 3.6/stable "
30- agent : " 3.6.14 "
29+ - snap_channel : " 3.6/candidate "
30+ agent : " 3.6.20 "
3131 k8s-version :
3232 # - "1.28"
3333 - " 1.30"
5555 # bootstrap-options: "--agent-version ${{ matrix.juju.agent }}"
5656 microk8s-group : snap_microk8s
5757 microk8s-addons : " hostpath-storage rbac dns metallb:10.64.140.43-10.64.140.49"
58- - name : Patch juju installation
59- run : |
60- sudo snap install yq
61- CONTROLLER_NAME=$(juju controllers --format yaml | yq .current-controller)
62- juju destroy-controller $CONTROLLER_NAME --destroy-storage --no-prompt --destroy-all-models
63- sudo snap refresh juju --revision 33784
64- juju bootstrap microk8s $CONTROLLER_NAME --agent-version "${{ matrix.juju.agent }}"
6558
6659 - name : Install tox & poetry
6760 run : |
You can’t perform that action at this time.
0 commit comments