forked from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(kube-vip)!: Use auto detection of kube-vip interface (onedr0p#331)
* Remove kube-vip interface config setting * Remove kube-vip interface Ansible variable * Remove kube-vip interface from cluster manifest * Remove kube-vip interface from Ansible deployment * Delete checks for consistent kube-vip interface names * Remove checks task from Ansible role
- Loading branch information
Showing
6 changed files
with
0 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
--- | ||
- include: checks.yml | ||
tags: | ||
- checks | ||
|
||
- include: locale.yml | ||
tags: | ||
- locale | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
--- | ||
# (string) The interface on the host kube-vip should attach to | ||
kubevip_interface: "${BOOTSTRAP_KUBE_VIP_INTERFACE}" | ||
# (string) The ARP address kube-vip broadcasts | ||
kubevip_address: "${BOOTSTRAP_KUBE_VIP_ADDR}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters