Prerequisites
-
You must have administrator privileges.
Procedure
-
From Administration → Custom Resource Definitions, click on ConsoleNotification.
-
Select Instances tab
-
Click Create Console Notification and edit the file:
apiVersion: console.openshift.io/v1 kind: ConsoleNotification metadata: name: example spec: text: This is an example notification message with an optional link. location: BannerTop (1) link: href: 'https://www.example.com' text: Optional link text color: '#fff' backgroundColor: '#0088ce'
-
Valid location settings are
BannerTop
,BannerBottom
, andBannerTopBottom
.
-
-
Click Create to apply your changes.