Update loadbalancers versions (haproxy&nginx) (#6278)
This commit is contained in:
parent
eeb77369cb
commit
90c867b424
2 changed files with 3 additions and 4 deletions
|
@ -438,9 +438,9 @@ multus_image_repo: "{{ docker_image_repo }}/nfvpe/multus"
|
||||||
multus_image_tag: "{{ multus_version }}"
|
multus_image_tag: "{{ multus_version }}"
|
||||||
|
|
||||||
nginx_image_repo: "{{ docker_image_repo }}/library/nginx"
|
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_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)
|
# Coredns version should be supported by corefile-migration (or at least work with)
|
||||||
# bundle with kubeadm; if not 'basic' upgrade can sometimes fail
|
# bundle with kubeadm; if not 'basic' upgrade can sometimes fail
|
||||||
|
|
|
@ -7,10 +7,9 @@ mode: default
|
||||||
kube_network_plugin: calico
|
kube_network_plugin: calico
|
||||||
deploy_netchecker: true
|
deploy_netchecker: true
|
||||||
dns_min_replicas: 1
|
dns_min_replicas: 1
|
||||||
|
|
||||||
metrics_server_enabled: true
|
metrics_server_enabled: true
|
||||||
|
|
||||||
dashboard_namespace: "kube-dashboard"
|
dashboard_namespace: "kube-dashboard"
|
||||||
|
loadbalancer_apiserver_type: haproxy
|
||||||
|
|
||||||
# required / not autodetected for now
|
# required / not autodetected for now
|
||||||
calico_iptables_backend: "NFT"
|
calico_iptables_backend: "NFT"
|
||||||
|
|
Loading…
Reference in a new issue