mirror of
https://github.com/kubereboot/kured.git
synced 2026-05-20 07:12:58 +00:00
We have historically decided to support AND TEST 3 versions of kubernetes. For that, we lagged behind in terms of client versions. Lagging behind one version allowed us, thanks to kubernetes client version skew, to support 3 versions at relatively low cost. However, maintaining 3 versions has always been a pain. For that, we pinned old versions of kubernetes clients/api and test tooling. In december 2025 community meeting, we decided to only maintain two versions: the most current one, and the previous one. This allows us to bump more regularly and be more secure. We can also more easily use dependabot this way. Signed-off-by: Jean-Philippe Evrard <open-source@a.spamming.party>
10 lines
204 B
YAML
10 lines
204 B
YAML
kind: Cluster
|
|
apiVersion: kind.x-k8s.io/v1alpha4
|
|
nodes:
|
|
- role: control-plane
|
|
image: "kindest/node:v1.35.0"
|
|
- role: worker
|
|
image: "kindest/node:v1.35.0"
|
|
- role: worker
|
|
image: "kindest/node:v1.35.0"
|