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