Bug 1954959
Summary: | unwanted decorator shown for revisions in topology though should only be shown only for knative services | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jaivardhan Kumar <jakumar> | ||||
Component: | Dev Console | Assignee: | Jaivardhan Kumar <jakumar> | ||||
Status: | CLOSED ERRATA | QA Contact: | Vikram Raj <viraj> | ||||
Severity: | low | Docs Contact: | Srivaralakshmi Ramani <srr> | ||||
Priority: | medium | ||||||
Version: | 4.7 | CC: | aos-bugs, hmishra, nmukherj, viraj | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.8.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: |
Previously, annotations were passed to the specification of the Knative service as well as to the metadata. As a result, decorators were shown for associated revisions of Knative service in *Topology*. This release fixes this issue by passing annotations only to the Knative service metadata. Now, decorators are shown only for the Knative service in *Topology* and not associated revisions. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1954959[*BZ#1954959*])
|
Story Points: | --- | ||||
Clone Of: | |||||||
: | 1954962 (view as bug list) | Environment: | |||||
Last Closed: | 2021-07-27 23:04:50 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1954962 | ||||||
Attachments: |
|
Update the Doc Text field. 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 |
Created attachment 1777059 [details] screenshot Description of problem: unwanted decorator shown for revisions in topology though should only be shown only for knative services Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. Install Serverless operator and create Knative serving CR 2. create a knative service from add -> git import flow 3. wait for build to complete Actual results: decorator for build and edit shown on revisions along with knative service Expected results: decorator for build and edit should be shown only on knative service Additional info: