Skip to content

Commit

Permalink
Merge pull request #186 from lablabs/feat/kube-vip-cloud-provider
Browse files Browse the repository at this point in the history
feat: kube vip cloud provider image
  • Loading branch information
MonolithProjects authored Dec 17, 2023
2 parents 1d80785 + 5fcb866 commit 8d68186
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ rke2_kubevip_svc_enable: true
# Specify which image is used for kube-vip container
rke2_kubevip_image: ghcr.io/kube-vip/kube-vip:v0.6.4

# Specify which image is used for kube-vip cloud provider container
rke2_kubevip_cloud_provider_image: ghcr.io/kube-vip/kube-vip-cloud-provider:v0.0.4

# (Optional) A list of kube-vip flags
# All flags can be found here https://kube-vip.io/docs/installation/flags/
# rke2_kubevip_args: []
Expand Down
3 changes: 3 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ rke2_kubevip_svc_enable: true
# Specify which image is used for kube-vip container
rke2_kubevip_image: ghcr.io/kube-vip/kube-vip:v0.6.4

# Specify which image is used for kube-vip cloud provider container
rke2_kubevip_cloud_provider_image: ghcr.io/kube-vip/kube-vip-cloud-provider:v0.0.4

# (Optional) A list of kube-vip flags
# All flags can be found here https://kube-vip.io/docs/installation/flags/
# rke2_kubevip_args: []
Expand Down
2 changes: 1 addition & 1 deletion templates/kube-vip/kube-vip-cloud-controller.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
- command:
- /kube-vip-cloud-provider
- --leader-elect-resource-name=kube-vip-cloud-controller
image: ghcr.io/kube-vip/kube-vip-cloud-provider:v0.0.4
image: "{{ rke2_kubevip_cloud_provider_image }}"
name: kube-vip-cloud-provider
imagePullPolicy: Always
resources: {}
Expand Down

0 comments on commit 8d68186

Please sign in to comment.