Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
a98ca6fc
Unverified
Commit
a98ca6fc
authored
3 years ago
by
Samuel Liu
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update loadbalancers versions (#8272)
* Update loadbalancers versions * fix haproxy_config_dir mode
parent
4550f8c5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/download/defaults/main.yml
+2
-2
2 additions, 2 deletions
roles/download/defaults/main.yml
roles/kubernetes/node/tasks/loadbalancer/haproxy.yml
+1
-1
1 addition, 1 deletion
roles/kubernetes/node/tasks/loadbalancer/haproxy.yml
with
3 additions
and
3 deletions
roles/download/defaults/main.yml
+
2
−
2
View file @
a98ca6fc
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
roles/kubernetes/node/tasks/loadbalancer/haproxy.yml
+
1
−
1
View file @
a98ca6fc
...
...
@@ -8,7 +8,7 @@
file
:
path
:
"
{{
haproxy_config_dir
}}"
state
:
directory
mode
:
07
00
mode
:
07
55
owner
:
root
-
name
:
haproxy | Write haproxy configuration
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment