Bug 1826053
Summary: | [IPI][Baremetal] Keepalived container stopped working after applying node's networking configuration change | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Yossi Boaron <yboaron> |
Component: | Machine Config Operator | Assignee: | Yossi Boaron <yboaron> |
Status: | CLOSED ERRATA | QA Contact: | Victor Voronkov <vvoronko> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.4 | CC: | augol, bperkins, eweiss, ncocker, smilner |
Target Milestone: | --- | ||
Target Release: | 4.5.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause:
Updating node's networking post-deployment (for example by using kind: MachineConfig) in such a way that the interface that was originally carrying VIPs is attached to a bridge (OVS or Linux bridge).
Consequence:
While the Keepalived-monitor observed the change and rendered new config, Keepalived container failed with 'permanent error CONFIG' and not being restarted by Kubelet.
Fix:
Update Liveness probe of Keepalived container to check also Keepalived process existence.
Result:
If for any reason the Keepalived process exits, Kubelet will detect this and restart the Keepalived container.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2020-07-13 17:29:11 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Yossi Boaron
2020-04-20 19:02:09 UTC
Please add Reproduction steps as [A] link is unavailable. You can stop/kill the keepalived process inside the Kepelaived container and verify that the container is restarted properly by Kubelet. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2409 *** Bug 1851447 has been marked as a duplicate of this bug. *** |