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.
当前内容版权归 KubeSphere 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 KubeSphere .