Skip to content

Commit

Permalink
Use sudo for creating lb service
Browse files Browse the repository at this point in the history
  • Loading branch information
cderici committed Sep 28, 2023
1 parent 4429682 commit 99d25a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8s_tunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
microk8s.kubectl get services -n controller-$CONTROLLER controller-service
# bring up the load balancer service
microk8s.kubectl apply -f - <<EOF
sudo microk8s.kubectl apply -f - <<EOF
apiVersion: v1
kind: Service
metadata:
Expand Down

0 comments on commit 99d25a7

Please sign in to comment.