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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
a59e27cb
Unverified
Commit
a59e27cb
authored
Apr 23, 2023
by
蒋航
Committed by
GitHub
Apr 23, 2023
Browse files
Options
Downloads
Patches
Plain Diff
Update kube-vip to v0.5.12 (#10005)
Signed-off-by:
hang.jiang
<
hang.jiang@daocloud.io
>
parent
617af4be
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
roles/download/defaults/main.yml
+1
-1
1 addition, 1 deletion
roles/download/defaults/main.yml
roles/kubernetes/node/defaults/main.yml
+1
-1
1 addition, 1 deletion
roles/kubernetes/node/defaults/main.yml
with
3 additions
and
3 deletions
README.md
+
1
−
1
View file @
a59e27cb
...
@@ -176,7 +176,7 @@ Note: Upstart/SysV init based OS types are not supported.
...
@@ -176,7 +176,7 @@ Note: Upstart/SysV init based OS types are not supported.
-
[
kube-router
](
https://github.com/cloudnativelabs/kube-router
)
v1.5.1
-
[
kube-router
](
https://github.com/cloudnativelabs/kube-router
)
v1.5.1
-
[
multus
](
https://github.com/k8snetworkplumbingwg/multus-cni
)
v3.8
-
[
multus
](
https://github.com/k8snetworkplumbingwg/multus-cni
)
v3.8
-
[
weave
](
https://github.com/weaveworks/weave
)
v2.8.1
-
[
weave
](
https://github.com/weaveworks/weave
)
v2.8.1
-
[
kube-vip
](
https://github.com/kube-vip/kube-vip
)
v0.5.1
1
-
[
kube-vip
](
https://github.com/kube-vip/kube-vip
)
v0.5.1
2
-
Application
-
Application
-
[
cert-manager
](
https://github.com/jetstack/cert-manager
)
v1.11.1
-
[
cert-manager
](
https://github.com/jetstack/cert-manager
)
v1.11.1
-
[
coredns
](
https://github.com/coredns/coredns
)
v1.9.3
-
[
coredns
](
https://github.com/coredns/coredns
)
v1.9.3
...
...
This diff is collapsed.
Click to expand it.
roles/download/defaults/main.yml
+
1
−
1
View file @
a59e27cb
...
@@ -1053,7 +1053,7 @@ multus_image_repo: "{{ github_image_repo }}/k8snetworkplumbingwg/multus-cni"
...
@@ -1053,7 +1053,7 @@ multus_image_repo: "{{ github_image_repo }}/k8snetworkplumbingwg/multus-cni"
multus_image_tag
:
"
{{
multus_version
}}"
multus_image_tag
:
"
{{
multus_version
}}"
kube_vip_image_repo
:
"
{{
github_image_repo
}}/kube-vip/kube-vip"
kube_vip_image_repo
:
"
{{
github_image_repo
}}/kube-vip/kube-vip"
kube_vip_image_tag
:
v0.5.1
1
kube_vip_image_tag
:
v0.5.1
2
nginx_image_repo
:
"
{{
docker_image_repo
}}/library/nginx"
nginx_image_repo
:
"
{{
docker_image_repo
}}/library/nginx"
nginx_image_tag
:
1.23.2-alpine
nginx_image_tag
:
1.23.2-alpine
haproxy_image_repo
:
"
{{
docker_image_repo
}}/library/haproxy"
haproxy_image_repo
:
"
{{
docker_image_repo
}}/library/haproxy"
...
...
This diff is collapsed.
Click to expand it.
roles/kubernetes/node/defaults/main.yml
+
1
−
1
View file @
a59e27cb
...
@@ -69,7 +69,7 @@ eviction_hard_control_plane: {}
...
@@ -69,7 +69,7 @@ eviction_hard_control_plane: {}
kubelet_status_update_frequency
:
10s
kubelet_status_update_frequency
:
10s
# kube-vip
# kube-vip
kube_vip_version
:
v0.5.1
1
kube_vip_version
:
v0.5.1
2
kube_vip_arp_enabled
:
false
kube_vip_arp_enabled
:
false
kube_vip_interface
:
kube_vip_interface
:
...
...
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