Skip to content

Commit

Permalink
Uses microk8s preset in concierge
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Nov 19, 2024
1 parent 404882d commit 995be17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Setup operator environment
run: |
sudo snap install concierge --classic
sudo concierge prepare --microk8s-channel "1.31-strict/stable" --juju-channel "3.5/stable"
sudo concierge prepare -p microk8s --microk8s-channel "1.31-strict/stable" --juju-channel "3.5/stable" --lxd-channel "5.21/stable"
sudo microk8s enable hostpath-storage dns metallb:10.0.0.2-10.0.0.10
sudo pip install tox
uv tool install tox --with tox-uv
sudo snap install juju-crashdump --classic
- name: Enable Multus addon
Expand Down

0 comments on commit 995be17

Please sign in to comment.