2020-09-17 11:30:45 +00:00
|
|
|
---
|
2020-09-24 16:04:06 +00:00
|
|
|
# Kubespray constants
|
|
|
|
|
2020-09-17 11:30:45 +00:00
|
|
|
kube_proxy_deployed: "{{ 'addon/kube-proxy' not in kubeadm_init_phases_skip }}"
|
2020-09-24 16:04:06 +00:00
|
|
|
|
|
|
|
# The lowest version allowed to upgrade from (same as calico_version in the previous branch)
|
2021-09-20 14:58:09 +00:00
|
|
|
calico_min_version_required: "v3.17.5"
|
2021-04-02 06:20:11 +00:00
|
|
|
|
|
|
|
containerd_min_version_required: "1.3.7"
|