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

Customize Cluster Name in Notification Messages

This document describes how to customize your cluster name in notification messages sent by KubeSphere.

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 KubeSphere 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.

Receive the latest news, articles and updates from KubeSphere


Thanks for the feedback. If you have a specific question about how to use KubeSphere, ask it on Slack. Open an issue in the GitHub repo if you want to report a problem or suggest an improvement.