Skip to content

Commit

Permalink
Merge pull request #18774 from prezha/kube-vip-v0.8.0
Browse files Browse the repository at this point in the history
bump kube-vip to v0.8.0
  • Loading branch information
spowelljr authored May 7, 2024
2 parents be80643 + 9d63d58 commit 48580e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkg/minikube/cluster/ha/kube-vip/kube-vip.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ spec:
value: "true"
- name: port
value: "{{ .Port }}"
- name: vip_nodename
valueFrom:
fieldRef:
fieldPath: spec.nodeName
- name: vip_interface
value: eth0
- name: vip_cidr
Expand Down Expand Up @@ -82,7 +86,7 @@ spec:
- name: lb_port
value: "{{ .Port }}"
{{- end}}
image: ghcr.io/kube-vip/kube-vip:v0.7.1
image: ghcr.io/kube-vip/kube-vip:v0.8.0
imagePullPolicy: IfNotPresent
name: kube-vip
resources: {}
Expand Down

0 comments on commit 48580e8

Please sign in to comment.