Skip to content

Commit

Permalink
Update loadbalancers versions (kubernetes-sigs#8272)
Browse files Browse the repository at this point in the history
* Update loadbalancers versions

* fix haproxy_config_dir mode
  • Loading branch information
liupeng0518 authored and sakuraiyuta committed Apr 16, 2022
1 parent 3180ea7 commit 42fd20c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -629,9 +629,9 @@ multus_image_repo: "{{ github_image_repo }}/k8snetworkplumbingwg/multus-cni"
multus_image_tag: "{{ multus_version }}"

nginx_image_repo: "{{ docker_image_repo }}/library/nginx"
nginx_image_tag: 1.19
nginx_image_tag: 1.21.4
haproxy_image_repo: "{{ docker_image_repo }}/library/haproxy"
haproxy_image_tag: 2.3
haproxy_image_tag: 2.4.9

# Coredns version should be supported by corefile-migration (or at least work with)
# bundle with kubeadm; if not 'basic' upgrade can sometimes fail
Expand Down
2 changes: 1 addition & 1 deletion roles/kubernetes/node/tasks/loadbalancer/haproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
file:
path: "{{ haproxy_config_dir }}"
state: directory
mode: 0700
mode: 0755
owner: root

- name: haproxy | Write haproxy configuration
Expand Down

0 comments on commit 42fd20c

Please sign in to comment.