Bug 1822437
| Summary: | Instances tab of a CRD will try to load with an API version that is not served | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | bpeterse |
| Component: | Management Console | Assignee: | Joe Caiani <jcaiani> |
| Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.4 | CC: | aos-bugs, hasha, jcaiani, jforrest, jokerman, nagrawal, spadgett, yapei |
| Target Milestone: | --- | ||
| Target Release: | 4.4.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause: used deprecated version api
Consequence: caused instances tab of crd to load with a version thats not the latest
Fix: use versions array api instead
Result: get the latest version instances for a crd
|
Story Points: | --- |
| Clone Of: | 1819028 | Environment: | |
| Last Closed: | 2020-07-06 20:47:16 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: | 1819028 | ||
| Bug Blocks: | |||
|
Description
bpeterse
2020-04-09 01:54:39 UTC
moving to upcoming sprint: the fix for this is currently in code review for 4.5. that will be merged and cherry picked to the 4.4.z stream in the upcoming sprint. 1. Create CRD using the YAML in description 2. Goes to Instances tab, now it shows 'No VerticalPodAutoscalers Found' and a 'Create VerticalPodAutoscaler' button loaded autoscaling.k8s.io~v1~VerticalPodAutoscaler is shown in JS console, no warnings 4.4.0-0.nightly-2020-06-27-171816 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-2020:2786 |