Skip to content

Commit 0858ab5

Browse files
GH action update
1 parent 1853c8f commit 0858ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-minikube.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
KUBEPLUS_TEST_OUTPUT: yes
88
jobs:
99
job1:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
name: Deploy to minikube
1212
steps:
1313
- uses: actions/checkout@v2
@@ -92,7 +92,7 @@ jobs:
9292
9393
kubectl get pods -A
9494
95-
until kubectl get pods -A | grep kubeplus | grep -i Running; do echo "Waiting for KubePlus to start.."; sleep 1; kubeplus_pod=`kubectl get pods | grep kubeplus | awk '{print $1}'`; kubectl get pods $kubeplus_pod; done
95+
until kubectl get pods -A | grep kubeplus | grep -i Running; do echo "Waiting for KubePlus to start.."; sleep 1; kubeplus_pod=`kubectl get pods | grep kubeplus | awk '{print $1}'`; kubectl get pods $kubeplus_pod; echo "Describing kubeplus pod"; kubectl describe pod $kubeplus_pod; done
9696
kubeplus_pod=`kubectl get pods | grep kubeplus | awk '{print $1}'`
9797
echo "helmer logs..."
9898
kubectl logs $kubeplus_pod -c helmer

0 commit comments

Comments
 (0)