Bug 1674384
Summary: | Some of the sdn pods get restarted during the cluster setup | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Meng Bo <bmeng> |
Component: | Networking | Assignee: | Casey Callendrello <cdc> |
Status: | CLOSED NOTABUG | QA Contact: | Meng Bo <bmeng> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.1.0 | CC: | aos-bugs |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | 4.1.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-02-28 15:22:49 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
Meng Bo
2019-02-11 08:50:41 UTC
I don't think these are bugs. Instead, you're seeing two things: 1. An SDN pod managed to come up before the sdn-controller. So it crashes and restarts - that's expected behavior and not a big dea. 2. The SDN controller lost its lease: that's because of the bootstrap apiserver going down and the real one(s) coming up. (In reply to Casey Callendrello from comment #1) > I don't think these are bugs. Instead, you're seeing two things: > > 1. An SDN pod managed to come up before the sdn-controller. So it crashes > and restarts - that's expected behavior and not a big dea. > 2. The SDN controller lost its lease: that's because of the bootstrap > apiserver going down and the real one(s) coming up. Yeah, for the SDN pods restarts, from the log, I found that the sdn pod started before the sdn-controller pod ready. That is what I want to report. We should control the order of the start up for the network services. WDYT? I don't really see the point in changing the code to wait; it only happens once or twice very early on in the bootstrapping process. I'll ask if anyone else is concerned about this, but I don't think it's a problem. |