mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-23 21:36:33 +00:00
Bounce kubernetes testing versions
This update the test matrix to latest set of 3 minor k8s releases Fixes: #347 Co-Authored-By: Jean-Philippe Evrard <open-source@a.spamming.party>
This commit is contained in:
co-authored by
Jean-Philippe Evrard
parent
78bb9d6c14
commit
870329c7b4
@@ -2,12 +2,12 @@ kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
image: kindest/node:v1.19.4
|
||||
image: kindest/node:v1.19.7
|
||||
- role: control-plane
|
||||
image: kindest/node:v1.19.4
|
||||
image: kindest/node:v1.19.7
|
||||
- role: control-plane
|
||||
image: kindest/node:v1.19.4
|
||||
image: kindest/node:v1.19.7
|
||||
- role: worker
|
||||
image: kindest/node:v1.19.4
|
||||
image: kindest/node:v1.19.7
|
||||
- role: worker
|
||||
image: kindest/node:v1.19.4
|
||||
image: kindest/node:v1.19.7
|
||||
|
||||
@@ -2,12 +2,12 @@ kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.20.0"
|
||||
image: "kindest/node:v1.20.2"
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.20.0"
|
||||
image: "kindest/node:v1.20.2"
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.20.0"
|
||||
image: "kindest/node:v1.20.2"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.20.0"
|
||||
image: "kindest/node:v1.20.2"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.20.0"
|
||||
image: "kindest/node:v1.20.2"
|
||||
|
||||
@@ -2,12 +2,12 @@ kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
image: kindest/node:v1.18.8
|
||||
image: kindest/node:v1.21.1
|
||||
- role: control-plane
|
||||
image: kindest/node:v1.18.8
|
||||
image: kindest/node:v1.21.1
|
||||
- role: control-plane
|
||||
image: kindest/node:v1.18.8
|
||||
image: kindest/node:v1.21.1
|
||||
- role: worker
|
||||
image: kindest/node:v1.18.8
|
||||
image: kindest/node:v1.21.1
|
||||
- role: worker
|
||||
image: kindest/node:v1.18.8
|
||||
image: kindest/node:v1.21.1
|
||||
@@ -97,9 +97,9 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
kubernetes:
|
||||
- "1.18"
|
||||
- "1.19"
|
||||
- "1.20"
|
||||
- "1.21"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Find go version
|
||||
@@ -169,7 +169,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
kubernetes:
|
||||
- "1.20"
|
||||
- "1.21"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Find go version
|
||||
|
||||
@@ -74,9 +74,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
kubernetes:
|
||||
- "1.18"
|
||||
- "1.19"
|
||||
- "1.20"
|
||||
- "1.21"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Find go version
|
||||
@@ -132,4 +132,4 @@ jobs:
|
||||
env:
|
||||
DEBUG: true
|
||||
run: |
|
||||
./tests/kind/follow-coordinated-reboot.sh
|
||||
./tests/kind/follow-coordinated-reboot.sh
|
||||
|
||||
Reference in New Issue
Block a user