Update k8s dependencies to v1.36 (main) (#979)

* Update k3s version in test suites to v1.36.2-k3s1

- Updated the k3sVersion and k3sOldVersion constants in both cli and e2e test suites to reflect the new version v1.36.2-k3s1 and the previous version v1.36.0-k3s1.

* updated README.md
This commit is contained in:
Enrico Candino
2026-07-08 15:58:06 +02:00
committed by GitHub
parent 9c82b68440
commit 3d0438edc9
14 changed files with 137 additions and 139 deletions
+2 -2
View File
@@ -167,7 +167,7 @@ kind: Cluster
metadata:
name: k3kcluster-custom-k8s
spec:
version: "v1.35.2-k3s1"
version: "v1.36.2-k3s1"
```
This sets the virtual cluster's Kubernetes version explicitly.
@@ -178,7 +178,7 @@ This sets the virtual cluster's Kubernetes version explicitly.
```sh
k3kcli cluster create \
--version v1.35.2-k3s1 \
--version v1.36.2-k3s1 \
k3kcluster-custom-k8s
```
+1 -1
View File
@@ -143,7 +143,7 @@ version = 3
Build a custom image that omits those declarations:
```dockerfile
FROM rancher/k3s:v1.35.3-k3s1 AS rancher
FROM rancher/k3s:v1.36.2-k3s1 AS rancher
FROM scratch