crio v1.34.3

This commit is contained in:
2026-01-03 06:40:57 +02:00
parent 31090d433a
commit da155a7430

View File

@@ -34,7 +34,7 @@
vars:
# Please use kubeadm upgrade plan and kubeadm upgrade apply!
KUBERNETES_VERSION: v1.34.3 # https://kubernetes.io/releases/patch-releases/
CRIO_VERSION: v1.33 # https://github.com/cri-o/cri-o/releases
CRIO_VERSION: v1.34 # https://github.com/cri-o/cri-o/releases
CALICOCTL_VERSION: v3.31.3 # https://github.com/projectcalico/calico/releases
CRICTL_VERSION: v1.34.0 # https://github.com/kubernetes-sigs/cri-tools/releases/
IP: "{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}"