Florian Ruynat
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
4 deletions
-
roles/download/defaults/main.yml
-
tests/files/packet_centos8-calico.yml
|
|
@ -438,9 +438,9 @@ multus_image_repo: "{{ docker_image_repo }}/nfvpe/multus" |
|
|
|
multus_image_tag: "{{ multus_version }}" |
|
|
|
|
|
|
|
nginx_image_repo: "{{ docker_image_repo }}/library/nginx" |
|
|
|
nginx_image_tag: 1.17 |
|
|
|
nginx_image_tag: 1.19 |
|
|
|
haproxy_image_repo: "{{ docker_image_repo }}/library/haproxy" |
|
|
|
haproxy_image_tag: 1.9 |
|
|
|
haproxy_image_tag: 2.1 |
|
|
|
|
|
|
|
# Coredns version should be supported by corefile-migration (or at least work with) |
|
|
|
# bundle with kubeadm; if not 'basic' upgrade can sometimes fail |
|
|
|
|
|
@ -7,10 +7,9 @@ mode: default |
|
|
|
kube_network_plugin: calico |
|
|
|
deploy_netchecker: true |
|
|
|
dns_min_replicas: 1 |
|
|
|
|
|
|
|
metrics_server_enabled: true |
|
|
|
|
|
|
|
dashboard_namespace: "kube-dashboard" |
|
|
|
loadbalancer_apiserver_type: haproxy |
|
|
|
|
|
|
|
# required / not autodetected for now |
|
|
|
calico_iptables_backend: "NFT" |