-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only update local Endpoint when setting HealthCheckIP
When setting the HealthCheckIP from the Node global IP, it was doing a create-or-update operation but we really want to just update. It was observed in a leader election fail-over scenario where a local Endpoint was recreated on Node update after the Endpoint had been deleted, which caused issues (see https://issues.redhat.com/browse/ACM-8274). Signed-off-by: Tom Pantelis <[email protected]>
- Loading branch information
1 parent
d2308e1
commit 45ead22
Showing
4 changed files
with
43 additions
and
15 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 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