mirror of
https://github.com/kubereboot/kured.git
synced 2026-02-14 17:39:49 +00:00
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
committed by
GitHub
parent
fb51a566da
commit
3639080851
13
.github/kind-cluster-1.25.yaml
vendored
13
.github/kind-cluster-1.25.yaml
vendored
@@ -1,13 +0,0 @@
|
||||
kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
image: kindest/node:v1.25.11
|
||||
- role: control-plane
|
||||
image: kindest/node:v1.25.11
|
||||
- role: control-plane
|
||||
image: kindest/node:v1.25.11
|
||||
- role: worker
|
||||
image: kindest/node:v1.25.11
|
||||
- role: worker
|
||||
image: kindest/node:v1.25.11
|
||||
13
.github/kind-cluster-1.28.yaml
vendored
Normal file
13
.github/kind-cluster-1.28.yaml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.28.0"
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.28.0"
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.28.0"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.28.0"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.28.0"
|
||||
4
.github/workflows/on-pr.yaml
vendored
4
.github/workflows/on-pr.yaml
vendored
@@ -110,9 +110,9 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
kubernetes:
|
||||
- "1.25"
|
||||
- "1.26"
|
||||
- "1.27"
|
||||
- "1.28"
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Ensure go version
|
||||
@@ -196,9 +196,9 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
kubernetes:
|
||||
- "1.25"
|
||||
- "1.26"
|
||||
- "1.27"
|
||||
- "1.28"
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Ensure go version
|
||||
|
||||
Reference in New Issue
Block a user