Update loadbalancers versions (haproxy&nginx) (#6278)

pull/6282/head
Florian Ruynat 2020-06-18 16:48:19 +02:00 committed by GitHub
parent eeb77369cb
commit 90c867b424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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"