You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
282 B

  1. ---
  2. # Kubespray constants
  3. kube_proxy_deployed: "{{ 'addon/kube-proxy' not in kubeadm_init_phases_skip }}"
  4. # The lowest version allowed to upgrade from (same as calico_version in the previous branch)
  5. calico_min_version_required: "v3.15.2"
  6. containerd_min_version_required: "1.3.7"