Bug 1663327
| Summary: | Openshift hostpath e2e tests are failing and blocking merge queue | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Hemant Kumar <hekumar> |
| Component: | Storage | Assignee: | Hemant Kumar <hekumar> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Liang Xia <lxia> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.1.0 | CC: | aos-bugs, aos-storage-staff, jsafrane, wking |
| Target Milestone: | --- | ||
| 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-01-04 15:25:03 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
Hemant Kumar
2019-01-03 20:22:09 UTC
fwiw this is because worker nodes don't have external IP anymore. There are two ways of fixing this: a. We can use node's internal IP if external IP isn't available. b. In kubernetes master, these tests have been migrated to use stdout of container with a special binary so as there is no need to SSH anymore. This is obviously cleaner but also messy to backport because it includes bunch of unrelated refactor. I think you mean 4.0.0, rather than 1.0.0 > a. We can use node's internal IP if external IP isn't available. I remember some PRs, e.g. https://github.com/kubernetes/kubernetes/pull/68915 (not tested!) @jan yeah I ended up backporting that one and PR that introduced GetNodeInternalIP. |