Using OpenShift’s ConsoleNotification to Create Notification Banners

Shauna Gilbert

May 20, 2026

Critical messages should be seen, not missed in inboxes or buried in chat threads.

With OpenShift’s ConsoleNotification, you can deliver high-visibility messages directly within the OpenShift console, right where administrators are actively working.

Whether communicating maintenance windows, environment context, or operational warnings, it ensures the right information is visible at the right time.

In this post, we’ll walk through how to configure a clear, effective notification banner for your cluster.

What is a ConsoleNotification?

The ConsoleNotification is a Custom Resource in OpenShift that allows you to display a banner message directly in the web console.

It’s perfect for:

  • Maintenance windows  
  • Upgrade warnings  
  • Environment labeling (DEV / TEST / PROD)  
  • Passive-aggressive reminders (we’ve all been there)

Here is a simple YAML to get you started: 

apiVersion: console.openshift.io/v1 
kind: ConsoleNotification 
metadata: 
  name: example 
spec: 
  text: This is an example notification message with an optional link. 
  location: BannerTop 
  link: 
    href: 'https://www.example.com' 
    text: Optional link text 
  color: '#fff' 
  backgroundColor: '#0088ce'


To deploy, you simply import the YAML.

Let’s look at the contents of this YAML:

  • kind
    Defines this as a ConsoleNotification resource.  
  • metadata.name
    Unique name for your banner. You can create multiple if needed.  
  • spec.text
    The actual message users will see. You can include any Unicode emoji.  
  • spec.location
    Where the banner appears:  
  • BannerTop (most common)  
  • BannerBottom  
  • spec.link (optional)
    Adds a clickable link for more info.  
  • spec.color
    Text color (hex format).  
  • spec.backgroundColor
    Banner background color—this is where you can make it stand out (or scream).

Each ConsoleNotification you create becomes its own banner. That means:

  • Multiple CRs = multiple banners  
  • They stack vertically in the console  
  • Order is typically based on creation  

Unlock the Ultimate Guide to IBM Maximo Application Suite (MAS)

Discover everything you need to know to modernize your asset management strategy.

Inside, you’ll learn:

  • What’s new in IBM Maximo Application Suite 9.0
  • Key differences between Maximo 7.6 and MAS
  • How AppPoints and OpenShift change the game
  • Industry use cases across energy, manufacturing, and transportation
  • Step-by-step guidance for upgrading and migration readiness
Cover of 'The Ultimate Guide to MAS Maximo Application Suite' by Naviam featuring a man in a yellow construction helmet and safety vest holding a tablet.
×

ActiveG, BPD Zenith, EAM Swiss, InterPro Solutions, Lexco, Peacock Engineering, Projetech, Sharptree, and ZNAPZ have united under one brand: Naviam.

You’ll be redirected to the most relevant page at Naviam.io in a few seconds — or you can go now.

Read Press Release