mirror of
https://github.com/kubereboot/kured.git
synced 2026-03-05 02:10:22 +00:00
Merge pull request #268 from evrardjp/prep-1.20
Update for kubernetes 1.20 support
This commit is contained in:
13
.github/kind-cluster-1.20.yaml
vendored
Normal file
13
.github/kind-cluster-1.20.yaml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.20.0"
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.20.0"
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.20.0"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.20.0"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.20.0"
|
||||
4
.github/workflows/on-pr.yaml
vendored
4
.github/workflows/on-pr.yaml
vendored
@@ -78,8 +78,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
kubernetes:
|
||||
- 1.17
|
||||
- 1.19
|
||||
- "1.18"
|
||||
- "1.20"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Find go version
|
||||
|
||||
2
.github/workflows/periodics-daily.yaml
vendored
2
.github/workflows/periodics-daily.yaml
vendored
@@ -59,9 +59,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
kubernetes:
|
||||
- 1.17
|
||||
- 1.18
|
||||
- 1.19
|
||||
- 1.20
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Find go version
|
||||
|
||||
Reference in New Issue
Block a user