Bug 1858422
Summary: | "Custom Resource Definitions" page use `apiextensions.k8s.io/v1beta1` API while "Search" page use `apiextensions.k8s.io/v1beta1` API for CRD | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | tony.wu |
Component: | Management Console | Assignee: | Robb Hamilton <rhamilto> |
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.6 | CC: | aos-bugs, jokerman, rhamilto, yapei |
Target Milestone: | --- | ||
Target Release: | 4.6.0 | ||
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-10-27 16:15:58 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
tony.wu
2020-07-17 21:35:32 UTC
looking into this for upcoming sprint. need to change the model to update to v1 and see if there is an api impact 1. Goes to Administration -> Custom Resource Definition page, click on any CRD and check YAML, CRD apiVersion is apiextensions.k8s.io/v1 kind: CustomResourceDefinition apiVersion: apiextensions.k8s.io/v1 metadata: name: catalogsources.operators.coreos.com 2. on Home -> Search page, the CRD is searched with apiextensions.k8s.io/v1 too Verified on 4.6.0-0.nightly-2020-08-25-204643 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 (OpenShift Container Platform 4.6 GA Images), 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-2020:4196 |