Bug 1444279
Summary: | RFE - Installer should check for conflicting with the docker0 network. | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Takayoshi Tanaka <tatanaka> |
Component: | Installer | Assignee: | Scott Dodson <sdodson> |
Status: | CLOSED WONTFIX | QA Contact: | Johnny Liu <jialiu> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 3.4.1 | CC: | aos-bugs, danw, eparis, jokerman, mmccomas, nbhatt, rhowe |
Target Milestone: | --- | ||
Target Release: | --- | ||
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: | 2018-04-11 02:32:43 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
Takayoshi Tanaka
2017-04-21 04:05:28 UTC
(In reply to Takayoshi Tanaka from comment #0) > The thing is the > atomic-openshift-node, if it was not failing, would run a script that > removes this interface. Not true. As of 3.4, we do not remove docker0, and it does need to have its own reserved IP range, because build containers are created on the docker bridge, not the SDN. So, yes, OpenShift will check at startup that the cluster and service networks don't overlap the networks on any local interfaces, and fail to start if there's a conflict. So, probably the installer should do that check itself too before installing. This can be worked around at install time by setting openshift_docker_options='--bip=10.10.0.0/16' or whatever the desired settings are. Taking this as an RFE to add an install time check for conflicts. |