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
-
Log in to the KubeSphere console as
admin
. -
Click in the lower-right corner and select Kubectl.
-
In the displayed dialog box, run the following command:
kubectl edit nm notification-manager
-
Add a field
cluster
under.spec.receiver.options.global
to customize your cluster name:spec: receivers: options: global: cluster: <Cluster name>
-
When you finish, save the changes.
Feedback
Was this page Helpful?
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.