mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Calico: make calico_min_version check relevant (#7939)
* Calico: make calico_min_version check relevant * Calico: only check currently installed version against the oldest supported version by the previous release
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
kube_proxy_deployed: "{{ 'addon/kube-proxy' not in kubeadm_init_phases_skip }}"
|
||||
|
||||
# The lowest version allowed to upgrade from (same as calico_version in the previous branch)
|
||||
calico_min_version_required: "v3.15.2"
|
||||
calico_min_version_required: "v3.17.5"
|
||||
|
||||
containerd_min_version_required: "1.3.7"
|
||||
|
||||
Reference in New Issue
Block a user