diff --git a/pkg/controller/cluster/cluster_controller.go b/pkg/controller/cluster/cluster_controller.go index bce689ed9..27cba0f09 100644 --- a/pkg/controller/cluster/cluster_controller.go +++ b/pkg/controller/cluster/cluster_controller.go @@ -97,9 +97,9 @@ var hostCluster = &clusterv1alpha1.Cluster{ ObjectMeta: metav1.ObjectMeta{ Name: "host", Annotations: map[string]string{ - "kubesphere.io/description": "Automatically created by kubesphere, " + - "we encourage you to use host cluster for clusters management only, " + - "deploy workloads to member clusters.", + "kubesphere.io/description": "The description was created by KubeSphere automatically. " + + "It is recommended that you use the Host Cluster to manage clusters only " + + "and deploy workloads on Member Clusters.", }, Labels: map[string]string{ clusterv1alpha1.HostCluster: "",