Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

k3s_server: add kube-vip BGP support #554

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

berendt
Copy link
Contributor

@berendt berendt commented Aug 2, 2024

With the kube_vip_bgp parameter it is possible to enable the kube-vip BGP support (https://kube-vip.io/docs/modes/bgp/).

The configuration is possible with the following new parameters:

  • kube_vip_bgp_routerid
  • kube_vip_bgp_as
  • kube_vip_bgp_peeraddress
  • kube_vip_bgp_peeras

@berendt berendt force-pushed the kube_vip_bgp branch 2 times, most recently from 66a8341 to d9c7c2f Compare August 2, 2024 18:10
berendt added a commit to osism/testbed that referenced this pull request Aug 2, 2024
Depends on techno-tim/k3s-ansible#554

Signed-off-by: Christian Berendt <[email protected]>
@timothystewart6
Copy link
Contributor

One small conflict and then I will run CI

@berendt
Copy link
Contributor Author

berendt commented Aug 6, 2024

  • TBD: add new parameters to the new argument_spec dict in meta/main.yml

berendt added a commit to osism/container-image-osism-ansible that referenced this pull request Aug 6, 2024
Can be reverted after the merge of techno-tim/k3s-ansible#554.

Signed-off-by: Christian Berendt <[email protected]>
berendt added a commit to osism/container-image-osism-ansible that referenced this pull request Aug 6, 2024
Can be reverted after the merge of techno-tim/k3s-ansible#554.

Signed-off-by: Christian Berendt <[email protected]>
berendt added a commit to osism/container-image-osism-ansible that referenced this pull request Aug 6, 2024
Can be reverted after the merge of techno-tim/k3s-ansible#554.

Signed-off-by: Christian Berendt <[email protected]>
berendt added a commit to osism/testbed that referenced this pull request Aug 6, 2024
Depends on techno-tim/k3s-ansible#554

Signed-off-by: Christian Berendt <[email protected]>
With the kube_vip_bgp parameter it is possible to enable the kube-vip
BGP support (https://kube-vip.io/docs/modes/bgp/).

The configuration is possible with the following new parameters:

* kube_vip_bgp_routerid
* kube_vip_bgp_as
* kube_vip_bgp_peeraddress
* kube_vip_bgp_peeras

Signed-off-by: Christian Berendt <[email protected]>
@timothystewart6 timothystewart6 merged commit 2149827 into techno-tim:master Aug 7, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants