Skip to content
Snippets Groups Projects
Unverified Commit bd2e7884 authored by Paweł Krupa's avatar Paweł Krupa Committed by GitHub
Browse files

Merge pull request #1238 from PhilipGough/ci-test

ci: Update kind actions for release-0.8
parents f24727f3 439914c7
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ on: ...@@ -4,7 +4,7 @@ on:
- pull_request - pull_request
env: env:
golang-version: '1.15' golang-version: '1.15'
kind-version: 'v0.9.0' kind-version: 'v0.11.0'
jobs: jobs:
generate: generate:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
...@@ -63,13 +63,9 @@ jobs: ...@@ -63,13 +63,9 @@ jobs:
with: with:
version: ${{ env.kind-version }} version: ${{ env.kind-version }}
image: ${{ matrix.kind-image }} image: ${{ matrix.kind-image }}
wait: 300s
- name: Wait for cluster to finish bootstraping - name: Wait for cluster to finish bootstraping
run: | run: kubectl wait --for=condition=Ready pods --all --all-namespaces --timeout=300s
until [ "$(kubectl get pods --all-namespaces --no-headers | grep -cEv '([0-9]+)/\1')" -eq 0 ]; do
sleep 5s
done
kubectl cluster-info
kubectl get pods -A
- name: Create kube-prometheus stack - name: Create kube-prometheus stack
run: | run: |
kubectl create -f manifests/setup kubectl create -f manifests/setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment