From cdcd42a6a3a3f7380d5368963a0e540a0b6805c9 Mon Sep 17 00:00:00 2001 From: Sherlock113 Date: Wed, 14 Apr 2021 17:46:29 +0800 Subject: [PATCH] Update host cluster desc Signed-off-by: Sherlock113 --- pkg/controller/cluster/cluster_controller.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: "",