Skip to content

Commit

Permalink
bootstrap localhost instead of k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanhphan1147 committed Dec 12, 2023
1 parent 2bbc1a2 commit 3fbd0af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/pre_run_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ TESTING_MODEL="$(juju switch)"
sg microk8s -c "microk8s status --wait-ready"
# lxd should be installed and inited by a previous step in integration test action.
echo "bootstrapping lxd juju controller"
# sg microk8s -c "juju bootstrap localhost localhost"
sg microk8s -c "juju bootstrap microk8s controller"
sg microk8s -c "juju bootstrap localhost localhost"

echo "Switching to testing model"
sg microk8s -c "juju switch $TESTING_MODEL"

0 comments on commit 3fbd0af

Please sign in to comment.