Bug 1559271
| Summary: | AWS nodes does not keep persistent labels after shut down | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Suhaas Bhat <subhat> |
| Component: | Node | Assignee: | Seth Jennings <sjenning> |
| Status: | CLOSED ERRATA | QA Contact: | weiwei jiang <wjiang> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.6.1 | CC: | achvatal, aos-bugs, byount, decarr, dmesser, gferrazs, jgoulding, jokerman, jrosenta, lxia, mmariyan, mmccomas, mmckinst, mrobson, rbost, rmeggins, sjenning, sreber, stobin, xxia |
| Target Milestone: | --- | Keywords: | OpsBlocker, Reopened |
| Target Release: | 3.11.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-10-11 07:19:09 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1435401 | ||
|
Description
Suhaas Bhat
2018-03-22 07:15:01 UTC
Recently had a similiar issue with Openstack cloudprovider in that the node controller was getting a filtered list of instances, only getting the active ones. https://bugzilla.redhat.com/show_bug.cgi?id=1558422 More relevant upstream discussion/work: https://github.com/kubernetes/kubernetes/issues/58635 https://github.com/kubernetes/kubernetes/pull/60009 https://github.com/kubernetes/kubernetes/issues/46442 https://github.com/kubernetes/kubernetes/issues/45118 There is also an old open PR to remove the instance filtering from the AWS cloudprovider, which would address is bug: https://github.com/kubernetes/kubernetes/pull/45986 The effort has stalled upstream. I am pushing for acceptance of a targeted fix for just this case (one line change in the AWS cloudprovider) as a stopgap while a more general solution is developed. *** Bug 1569043 has been marked as a duplicate of this bug. *** *** Bug 1608971 has been marked as a duplicate of this bug. *** *** Bug 1608912 has been marked as a duplicate of this bug. *** I posted a more concise PR upstream to avoid friction: https://github.com/kubernetes/kubernetes/pull/66835 *** Bug 1619599 has been marked as a duplicate of this bug. *** Checked on # oc version oc v3.11.0-0.28.0 kubernetes v1.11.0+d4cacc0 features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://ip-172-18-7-85.ec2.internal:8443 openshift v3.11.0-0.28.0 kubernetes v1.11.0+d4cacc0 And this issue has been fixed. 1. labels from `oc label` is persistent now. 2. labels from node-config.yaml(from 3.10, should be configmap in openshift-node namespace) is also applied after reboot system 3. labels already applied to node from node-config.yaml will still keep after reboot the system Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:2652 *** Bug 1435401 has been marked as a duplicate of this bug. *** |