< img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=3131724&fmt=gif" />
Last updated:

    Customize Cluster Name in Notification Messages

    This document describes how to customize your cluster name in notification messages sent by Kube AI Hub.

    Prerequisites

    You need to have a user with the platform-admin role, for example, the admin user. For more information, see Create Workspaces, Projects, Users and Roles.

    Customize Cluster Name in Notification Messages

    1. Log in to the Kube AI Hub console as admin.

    2. Click icon in the lower-right corner and select Kubectl.

    3. In the displayed dialog box, run the following command:

      kubectl edit nm notification-manager
      
    4. Add a field cluster under .spec.receiver.options.global to customize your cluster name:

      spec:
        receivers:
          options:
            global:
              cluster: <Cluster name>
      
    5. When you finish, save the changes.