Skip to content

Commit

Permalink
add kube_vip_cloud_provider_version
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Feb 1, 2024
1 parent cc7fba8 commit 709e48f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/REQUIREMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The current repository supports the provisioning of vSphere VMs. The following t

| Requirement | Description |
| --- | --- |
| Disk | The `root` partition `/` must be on `/dev/sd2`. |
| Disk | The `root` partition `/` must be on `/dev/sd2` and must be an `XFS` file system |
| Hard Disk | Specify `Thin Provision` to adjust the size of the disk to match the machine requirements that were listed previously. |

### Physical Machines or Linux VMs
Expand Down
7 changes: 7 additions & 0 deletions roles/kubernetes/loadbalancer/kube_vip/defaults/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright © 2022-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

---
# https://github.com/kube-vip/kube-vip-cloud-provider
# value must be a tag or branch
kube_vip_cloud_provider_version: "v0.0.9"

Check failure on line 7 in roles/kubernetes/loadbalancer/kube_vip/defaults/main.yaml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[new-line-at-end-of-file]

No new line character at the end of file
2 changes: 1 addition & 1 deletion roles/kubernetes/loadbalancer/kube_vip/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
block:
- name: Install kube-vip Cloud Provider
ansible.builtin.shell: |
kubectl apply -f https://raw.githubusercontent.com/kube-vip/kube-vip-cloud-provider/main/manifest/kube-vip-cloud-controller.yaml
kubectl apply -f https://raw.githubusercontent.com/kube-vip/kube-vip-cloud-provider/{{ kube_vip_cloud_provider_version }}/manifest/kube-vip-cloud-controller.yaml
tags:
- install
- update
Expand Down

0 comments on commit 709e48f

Please sign in to comment.