Skip to content

Commit 8b26b34

Browse files
GH action update
1 parent 0858ab5 commit 8b26b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-minikube.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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; echo "Describing kubeplus pod"; kubectl describe pod $kubeplus_pod; done
95+
until kubectl get pods -A | grep kubeplus | grep -i Running; do echo "Waiting for KubePlus to start.."; sleep 10; kubeplus_pod=`kubectl get pods | grep kubeplus | awk '{print $1}'`; kubectl get pods $kubeplus_pod; echo "Getting helmer logs"; kubectl logs $kubeplus_pod -c helmer; 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)