Bug 1768716
| Summary: | Launcher section don't show up on Namespace Overview | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Yadan Pei <yapei> |
| Component: | Management Console | Assignee: | Robb Hamilton <rhamilto> |
| Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.3.0 | CC: | aos-bugs, jokerman, rhamilto, yapei |
| Target Milestone: | --- | ||
| Target Release: | 4.3.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-01-23 11:10:52 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
Yadan Pei
2019-11-05 05:25:43 UTC
@Yadan, did you refresh the browser after adding the new link? We're not watching ConsoleLinks, so the Launcher section will only appear after a browser refresh. > @Yadan, did you refresh the browser after adding the new link? We're not watching ConsoleLinks, so the Launcher section will only appear after a browser refresh.
Disregard. I misread the bug. The Launcher section is not currently on the Namespace Overview.
1. Create two ConsoleLinks, one targets all namespaces and the other targets specific namespace $ cat > link1.yaml << EOF apiVersion: console.openshift.io/v1 kind: ConsoleLink metadata: name: example-namespace-dashboard spec: href: 'https://www.example.com' location: NamespaceDashboard text: Namespace Dashboard Link namespaceDashboard: namespaces: - default EOF $ cat > link2.yaml << EOF apiVersion: console.openshift.io/v1 kind: ConsoleLink metadata: name: example-namespace-dashboard-all spec: href: 'https://www.example.com' location: NamespaceDashboard text: This appears in all Namespace Dashboard Link EOF $ oc create -f link1.yaml -f link2.yaml 2. Visit Home -> Project -> default, on project Dashboard we can see two links in Launcher section 3. Visit Administration -> Namepsace -> deafult, we can also see a Launcher section with two links too Verified on 4.3.0-0.nightly-2019-11-10-185106 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:0062 |