Skip to content

Commit

Permalink
fix(actions): run minikube tunnel so that Ingress/Service LoadBalan…
Browse files Browse the repository at this point in the history
…cer can be provisioned

Signed-off-by: Suraj Banakar <[email protected]>
  • Loading branch information
vadasambar committed Aug 12, 2022
1 parent a49ab9b commit d4fde80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
sudo install minikube-linux-amd64 /usr/local/bin/minikube
# /usr/local/bin/minikube start --driver=virtualbox
/usr/local/bin/minikube start --cpus=2 --memory=5GB
/usr/local/bin/minikube minikube addons enable metrics-server
minikube tunnel &> /dev/null &
# - name: Wait for minikube to become ready
# timeout-minutes: 1
Expand Down

0 comments on commit d4fde80

Please sign in to comment.