Custom link to Solution Hub

Sometimes it can be very helpful to have a direct link from an OpenShift project to the Solution Hub. How that link can be created is shown below. For both cases you can use the prepared YAML template and adjust it.

Prerequisites

  • OpenShift version 4.6

  • Admin access to OpenShift cluster

Example YAML

apiVersion: console.openshift.io/v1
kind: ConsoleLink
metadata:
name: <name of the console link>
spec:
href: '<URL of the solution-hub>'
location: NamespaceDashboard
text: <display name in namespace dashboard in OpenShift>