6f7911264f
* Calico: make calico_min_version check relevant * Calico: only check currently installed version against the oldest supported version by the previous release
9 lines
282 B
YAML
9 lines
282 B
YAML
---
|
|
# Kubespray constants
|
|
|
|
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.17.5"
|
|
|
|
containerd_min_version_required: "1.3.7"
|