Update Kured to latest kubernetes modules

Now that a new kind version is released supporting 1.36,
we can use it for our CI testing.

This commit:
- Bumps the kind version and its images to support the 1.36
- Ensure all the API calls are done with client-go 0.36
  (and dependent k8s deps), to allow future 1.37 release.

Signed-off-by: Jean-Philippe Evrard <open-source@a.spamming.party>
This commit is contained in:
Jean-Philippe Evrard
2026-06-08 19:03:13 +02:00
parent 27441b539a
commit b7f127b7ba
5 changed files with 37 additions and 40 deletions
+3 -3
View File
@@ -2,8 +2,8 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: "kindest/node:v1.35.0"
image: "kindest/node:v1.36.1"
- role: worker
image: "kindest/node:v1.35.0"
image: "kindest/node:v1.36.1"
- role: worker
image: "kindest/node:v1.35.0"
image: "kindest/node:v1.36.1"
+3 -3
View File
@@ -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.35.1"
- role: worker
image: "kindest/node:v1.33.4"
image: "kindest/node:v1.35.1"
- role: worker
image: "kindest/node:v1.33.4"
image: "kindest/node:v1.35.1"