Bug 1969601
Summary: | manifest for networks.config.openshift.io CRD uses deprecated apiextensions.k8s.io/v1beta1 | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Matthew Staebler <mstaeble> |
Component: | Installer | Assignee: | Matthew Staebler <mstaeble> |
Installer sub component: | openshift-installer | QA Contact: | Gaoyun Pei <gpei> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | high | ||
Version: | 4.8 | ||
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 networks CRD using the deprecated apiextenstions.k8s.io/v1beta1 API.
Consequence: The metrics in the cluster create alerts that for the usage of the deprecated API.
Fix: Installer uses the networks CRD from the openshift/api module rather than having its own version of the CRD.
Result: The networks CRD created by the installer uses the recent apiextensions.k8s.io/v1 API.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2021-07-27 23:12:15 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
Matthew Staebler
2021-06-08 18:19:55 UTC
Verify this bug on nightly payload 4.8.0-0.nightly-2021-06-10-224448. Create manifests and check networking CRD file # grep apiVersion manifests/cluster-network-01-crd.yml apiVersion: apiextensions.k8s.io/v1 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 |