Bug 1887519
| Summary: | [4.5]kubeletconfig's description will show multiple lines for finalizers when upgrade from 4.4.8->4.5 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | OpenShift BugZilla Robot <openshift-bugzilla-robot> |
| Component: | Node | Assignee: | Urvashi Mohnani <umohnani> |
| Node sub component: | Kubelet | QA Contact: | MinLi <minmli> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | medium | ||
| Priority: | unspecified | CC: | anusaxen, aos-bugs, harpatil, jokerman, pehunt, rphillips, tsweeney, umohnani |
| Version: | 4.5 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.6.z | ||
| 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: | 2020-12-14 13:50:18 UTC | Type: | --- |
| 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: | 1849543 | ||
| Bug Blocks: | 1903655 | ||
|
Comment 3
Ryan Phillips
2020-11-11 18:30:28 UTC
verified!
upgrade from 4.4.8 to 4.5.20, then to 4.6.0-0.nightly-2020-11-29-153115.
on version 4.5.20, it shows:
kind: KubeletConfig
metadata:
creationTimestamp: "2020-11-30T03:49:38Z"
finalizers:
- c70c3c52-c8d9-489a-8762-2524eb665ba7
- 18a12c81-1b69-4950-9162-7b7abb6aa9c6
generation: 1
name: custom-kubelet
resourceVersion: "87101"
on version 4.6.0-0.nightly-2020-11-29-153115, it shows:
kind: KubeletConfig
metadata:
creationTimestamp: "2020-11-30T03:49:38Z"
finalizers:
- 99-worker-generated-kubelet
generation: 1
name: custom-kubelet
resourceVersion: "149040"
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 (Moderate: OpenShift Container Platform 4.6.8 security and bug fix update), 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/RHSA-2020:5259 |