Skip to content

Commit

Permalink
Update the kube-vip to v0.4.4 (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumatag authored Apr 22, 2022
1 parent 70d837a commit e61ac36
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
13 changes: 8 additions & 5 deletions templates/cluster-template-powervs-cloud-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ spec:
env:
- name: vip_arp
value: "true"
- name: vip_interface
value: "env2"
- name: port
value: "6443"
- name: vip_interface
value: env2
- name: vip_cidr
value: "${IBMPOWERVS_VIP_CIDR}"
- name: cp_enable
Expand All @@ -127,9 +127,9 @@ spec:
value: "3"
- name: vip_retryperiod
value: "1"
- name: vip_address
- name: address
value: "${IBMPOWERVS_VIP}"
image: docker.io/plndr/kube-vip:v0.3.7
image: ghcr.io/kube-vip/kube-vip:v0.4.4
imagePullPolicy: Always
name: kube-vip
resources: {}
Expand All @@ -138,10 +138,13 @@ spec:
add:
- NET_ADMIN
- NET_RAW
- SYS_TIME
volumeMounts:
- mountPath: /etc/kubernetes/admin.conf
name: kubeconfig
hostAliases:
- hostnames:
- kubernetes
ip: 127.0.0.1
hostNetwork: true
volumes:
- hostPath:
Expand Down
13 changes: 8 additions & 5 deletions templates/cluster-template-powervs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ spec:
env:
- name: vip_arp
value: "true"
- name: vip_interface
value: "env2"
- name: port
value: "6443"
- name: vip_interface
value: env2
- name: vip_cidr
value: "${IBMPOWERVS_VIP_CIDR}"
- name: cp_enable
Expand All @@ -125,9 +125,9 @@ spec:
value: "3"
- name: vip_retryperiod
value: "1"
- name: vip_address
- name: address
value: "${IBMPOWERVS_VIP}"
image: docker.io/plndr/kube-vip:v0.3.7
image: ghcr.io/kube-vip/kube-vip:v0.4.4
imagePullPolicy: Always
name: kube-vip
resources: {}
Expand All @@ -136,10 +136,13 @@ spec:
add:
- NET_ADMIN
- NET_RAW
- SYS_TIME
volumeMounts:
- mountPath: /etc/kubernetes/admin.conf
name: kubeconfig
hostAliases:
- hostnames:
- kubernetes
ip: 127.0.0.1
hostNetwork: true
volumes:
- hostPath:
Expand Down

0 comments on commit e61ac36

Please sign in to comment.