Bug 1284614
Summary: | Setting the nodeIP is affecting the node kubernetes.io/hostname label and externalID | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Federico Simoncelli <fsimonce> |
Component: | Containers | Assignee: | Paul Weil <pweil> |
Status: | CLOSED DUPLICATE | QA Contact: | Chao Yang <chaoyang> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.1.0 | CC: | aos-bugs, jdetiber, jokerman, mmccomas |
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: | 2015-12-01 18:10:14 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:32:51 UTC
Reassigning to the installer since this is unrelated to the deployments feature. Reassigning to the Node Component. The issue here is that when both nodeName and nodeIP are set in the node config, nodeName is ignored and nodeIP is used instead. The end result is that `oc get nodes` lists both the node name and external ID as being the nodeIP rather than the set nodeName. Rather, these commands should still return the set nodeName as the node name and the externalID, and use the nodeIP value when setting the node status. Additionally, this also affects the SDN configuration as well. I opened bug #1284621 on the Node component. If we end up really moving this to the node we'll have to close one as duplicate. Based on the discussion referenced it looks like this is a code change. I've assigned https://bugzilla.redhat.com/show_bug.cgi?id=1284621 to Ravi to weigh in. Duping this one. *** This bug has been marked as a duplicate of bug 1284621 *** |