Update virtual-kubelet (v1.12) and Kubernetes deps (v1.35) (#716)

* bump virtual-kubelet and k8s

* bump controller-manager

* fix upgrade-downgrade

* fix kubernetes version

* Update tests_suite_test.go

* removed direct dep of yaml.v2, bump etcd modules
This commit is contained in:
Enrico Candino
2026-03-23 12:51:43 +01:00
committed by GitHub
parent 78e805889d
commit 9554628fc5
12 changed files with 246 additions and 182 deletions

View File

@@ -39,7 +39,7 @@ jobs:
- name: Install k3s
env:
KUBECONFIG: /etc/rancher/k3s/k3s.yaml
K3S_HOST_VERSION: v1.33.7+k3s1
K3S_HOST_VERSION: v1.35.2+k3s1
run: |
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=${K3S_HOST_VERSION} INSTALL_K3S_EXEC="--write-kubeconfig-mode=777" sh -s -