From 99d25a7a4692bd1f3d5bba5a18cb09c7e5c88396 Mon Sep 17 00:00:00 2001 From: Caner Derici Date: Thu, 28 Sep 2023 16:11:39 -0600 Subject: [PATCH] Use sudo for creating lb service --- .github/workflows/k8s_tunnel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/k8s_tunnel.yml b/.github/workflows/k8s_tunnel.yml index 9b2dbe10..485b9b18 100644 --- a/.github/workflows/k8s_tunnel.yml +++ b/.github/workflows/k8s_tunnel.yml @@ -86,7 +86,7 @@ jobs: microk8s.kubectl get services -n controller-$CONTROLLER controller-service # bring up the load balancer service - microk8s.kubectl apply -f - <