[baremetal] Change to unicast for keepalived#1504
[baremetal] Change to unicast for keepalived#1504bcrochet wants to merge 2 commits intoopenshift:masterfrom
Conversation
There was a problem hiding this comment.
The resources in manifest directory run in bootstrap node, right?
Do we need the keepalived-monitor in bootstrap?
There was a problem hiding this comment.
That is correct. And yes we do. We are writing the configuration dynamically.
There was a problem hiding this comment.
How do we handle the case where router pod run in worker node?
There was a problem hiding this comment.
Are you talking about the ingress VIP?
There was a problem hiding this comment.
I guess it should be: cpu: 100m && memory: 200Mi , right?
There was a problem hiding this comment.
Why do we need to specify 'cluster-config' parameter for the bootstrap case?
There was a problem hiding this comment.
Mainly so I don't have to do a special case. It didn't work otherwise.
797831c to
0a2280b
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bcrochet The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
0a2280b to
e60669d
Compare
cbc91b8 to
2509307
Compare
This implements a unicast solution for keepalived. Multicast is often not available so unicast is a more common method.
03b3b87 to
b37f1c8
Compare
This makes the unicast selected an environment variable used by baremetal-runtimecfg.
b37f1c8 to
9e4bbe8
Compare
|
@bcrochet this does not seem to be in active development? Do you need this PR open? |
|
/skip e2e-ovn-step-registry |
|
/skip |
|
@bcrochet: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
Superseded by #1768 |
This implements a unicast solution for keepalived. Multicast is often not available
so unicast is a more common method.
WIP
- What I did
- How to verify it
- Description for the changelog