Bug 1969578
Summary: | installer: accesses v1beta1 RBAC APIs and causes APIRemovedInNextReleaseInUse to fire | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Stefan Schimanski <sttts> |
Component: | Installer | Assignee: | Stefan Schimanski <sttts> |
Installer sub component: | openshift-installer | QA Contact: | Ke Wang <kewang> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | high | CC: | alegrand, anpicker, aos-bugs, erooth, gpei, hongyli, juzhao, kakkoyun, kewang, lcosic, mbukatov, mfojtik, mstaeble, pkrupa, surbania, xxia |
Version: | 4.8 | Keywords: | Reopened |
Target Milestone: | --- | ||
Target Release: | 4.8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: Installer creates the cloud creds reader roles using the deprecated rbac.authorization.k8s.io/v1beta1 API.
Consequence: The metrics in the cluster create alerts for the usage of the deprecated API.
Fix: Installer uses rbac.authorization.k8s.io/v1 for the cloud creds reader roles.
Result: The cluster no longer alerts on the use of the deprecated API for the cloud creds reader roles.
|
Story Points: | --- |
Clone Of: | 1947719 | Environment: | |
Last Closed: | 2021-07-27 23:12:15 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: |
Description
Stefan Schimanski
2021-06-08 16:57:04 UTC
Due to bootstrap timing and missing bootstrap apiserver metrics, role-cloud-creds-secret-reader does not trigger the alert, at least on a normal bootstrap node based install. This might be different in other topologies. Removing the blocker for now. Good catch! Checked the PR, plus above comment, seems no actual thing to test. So moving directly. 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.8.2 bug fix and security 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-2021:2438 |