Bug 1451881
| Summary: | headless services causes SDN initialization failure for master-controllers when network change. | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Ryan Howe <rhowe> |
| Component: | Networking | Assignee: | Jacob Tanenbaum <jtanenba> |
| Status: | CLOSED ERRATA | QA Contact: | Meng Bo <bmeng> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.5.0 | CC: | aloughla, aos-bugs, yadu |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | 3.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause:
When initializing openshift sdn fail to allow a nil as a valid service IP
Consequence:
openshift sdn failed to initialize causing master node to not fail when using headless services
Fix:
Allow nil for a valid value of srv.Spec.ClusterIP
Result:
Openshift sdn properly starts when master node is restarted
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-11-28 21:55:46 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
Ryan Howe
2017-05-17 18:05:58 UTC
This was fixed in 3.5 in PR722 (https://github.com/openshift/ose/pull/722) Commit #2 Test on OCP 3.5 env openshift v3.5.5.23 kubernetes v1.5.2+43a9be4 SDN works well after changing network with headless service. 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/RHSA-2017:3188 |