Bug 1284621
| Summary: | Setting the nodeIP is overriding the node hostname | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Federico Simoncelli <fsimonce> |
| Component: | Networking | Assignee: | Ravi Sankar <rpenta> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Meng Bo <bmeng> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.1.0 | CC: | aos-bugs, eparis, jliggitt, jokerman, mmccomas, pweil, tdawson |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-01-29 20:57:54 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
Federico Simoncelli
2015-11-23 16:51:42 UTC
*** Bug 1284614 has been marked as a duplicate of this bug. *** Fixed in https://github.com/openshift/origin/pull/6310 This PR will be merged once we rebase kube and resolve issue https://github.com/kubernetes/kubernetes/issues/17731 Fix was merged to origin last night. Will go ON_QA after the next OSE build. Verified on build 2016-01-14.1
Issue has been fixed.
After add the "nodeIP: 10.66.128.92" to node-config.yaml and start the node service. The node label and externalID will still using the hostname.
# oc get node ose-node2.bmeng.local --template {{.spec.externalID}},{{.metadata.labels}}
ose-node2.bmeng.local,map[kubernetes.io/hostname:ose-node2.bmeng.local]
|