mirror of
https://github.com/kubereboot/kured.git
synced 2026-02-14 17:39:49 +00:00
Update Kured to support kubernetes 1.35
Now that a new kind version is released supporting 1.35, we can use it for our CI testing. This commit: - Bumps the kind version and its images to support the 1.35 - Ensure all the API calls are done with client-go (and other k8s deps) supporting a maximum ranges of versions (0.34) - Aligns Kured go version with k8s 0.34 go version. Signed-off-by: Jean-Philippe Evrard <open-source@a.spamming.party>
This commit is contained in:
6
.github/kind-cluster-current.yaml
vendored
6
.github/kind-cluster-current.yaml
vendored
@@ -2,8 +2,8 @@ kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.33.4"
|
||||
image: "kindest/node:v1.34.0"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.33.4"
|
||||
image: "kindest/node:v1.34.0"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.33.4"
|
||||
image: "kindest/node:v1.34.0"
|
||||
|
||||
6
.github/kind-cluster-next.yaml
vendored
6
.github/kind-cluster-next.yaml
vendored
@@ -2,8 +2,8 @@ kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.34.0"
|
||||
image: "kindest/node:v1.35.0"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.34.0"
|
||||
image: "kindest/node:v1.35.0"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.34.0"
|
||||
image: "kindest/node:v1.35.0"
|
||||
|
||||
6
.github/kind-cluster-previous.yaml
vendored
6
.github/kind-cluster-previous.yaml
vendored
@@ -2,8 +2,8 @@ kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.32.8"
|
||||
image: "kindest/node:v1.33.4"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.32.8"
|
||||
image: "kindest/node:v1.33.4"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.32.8"
|
||||
image: "kindest/node:v1.33.4"
|
||||
|
||||
Reference in New Issue
Block a user