Browse Source
Update kube-vip to v0.5.5 (#9437)
Signed-off-by: hang.jiang <hang.jiang@daocloud.io>
Signed-off-by: hang.jiang <hang.jiang@daocloud.io>
pull/9442/head
蒋航
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
4 additions and
4 deletions
-
README.md
-
roles/download/defaults/main.yml
-
roles/kubernetes/node/defaults/main.yml
-
roles/kubernetes/node/templates/manifests/kube-vip.manifest.j2
|
@ -151,7 +151,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/intel/multus-cni) v3.8 |
|
|
- [multus](https://github.com/intel/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.4.2 |
|
|
|
|
|
|
|
|
- [kube-vip](https://github.com/kube-vip/kube-vip) v0.5.5 |
|
|
- Application |
|
|
- Application |
|
|
- [cert-manager](https://github.com/jetstack/cert-manager) v1.9.1 |
|
|
- [cert-manager](https://github.com/jetstack/cert-manager) v1.9.1 |
|
|
- [coredns](https://github.com/coredns/coredns) v1.8.6 |
|
|
- [coredns](https://github.com/coredns/coredns) v1.8.6 |
|
|
|
@ -942,7 +942,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.4.2 |
|
|
|
|
|
|
|
|
kube_vip_image_tag: v0.5.5 |
|
|
nginx_image_repo: "{{ docker_image_repo }}/library/nginx" |
|
|
nginx_image_repo: "{{ docker_image_repo }}/library/nginx" |
|
|
nginx_image_tag: 1.23.0-alpine |
|
|
nginx_image_tag: 1.23.0-alpine |
|
|
haproxy_image_repo: "{{ docker_image_repo }}/library/haproxy" |
|
|
haproxy_image_repo: "{{ docker_image_repo }}/library/haproxy" |
|
|
|
@ -62,7 +62,7 @@ eviction_hard_control_plane: {} |
|
|
kubelet_status_update_frequency: 10s |
|
|
kubelet_status_update_frequency: 10s |
|
|
|
|
|
|
|
|
# kube-vip |
|
|
# kube-vip |
|
|
kube_vip_version: v0.4.2 |
|
|
|
|
|
|
|
|
kube_vip_version: v0.5.5 |
|
|
|
|
|
|
|
|
kube_vip_arp_enabled: false |
|
|
kube_vip_arp_enabled: false |
|
|
kube_vip_interface: |
|
|
kube_vip_interface: |
|
|
|
@ -1,4 +1,4 @@ |
|
|
# Inspired by https://github.com/kube-vip/kube-vip/blob/v0.4.2/pkg/kubevip/config_generator.go#L13 |
|
|
|
|
|
|
|
|
# Inspired by https://github.com/kube-vip/kube-vip/blob/v0.5.5/pkg/kubevip/config_generator.go#L13 |
|
|
apiVersion: v1 |
|
|
apiVersion: v1 |
|
|
kind: Pod |
|
|
kind: Pod |
|
|
metadata: |
|
|
metadata: |
|
|