diff --git a/content/en/docs/multicluster-management/enable-multicluster/_index.md b/content/en/docs/multicluster-management/enable-multicluster/_index.md index d3e75b190..fe9a1388b 100644 --- a/content/en/docs/multicluster-management/enable-multicluster/_index.md +++ b/content/en/docs/multicluster-management/enable-multicluster/_index.md @@ -1,5 +1,5 @@ --- -linkTitle: "Enable Multi-Cluster Management in KubeSphere" +linkTitle: "Enable Multi-cluster Management in KubeSphere" weight: 5200 _build: diff --git a/content/en/docs/multicluster-management/enable-multicluster/agent-connection.md b/content/en/docs/multicluster-management/enable-multicluster/agent-connection.md index 352d06556..deb42e9a5 100644 --- a/content/en/docs/multicluster-management/enable-multicluster/agent-connection.md +++ b/content/en/docs/multicluster-management/enable-multicluster/agent-connection.md @@ -43,7 +43,7 @@ You need to **wait for a while** so that the change can take effect. {{< tab "KubeSphere has not been installed" >}} -You can define a host cluster before you install KubeSphere either on Linux or on an existing Kubernetes cluster. If you want to [install KubeSphere on Linux](../../../installing-on-linux/introduction/multioverview/#1-create-an-example-configuration-file), you use a `config-sample.yaml` file. If you want to [install KubeSphere on an existing Kubernetes cluster](../../../installing-on-kubernetes/introduction/overview/#deploy-kubesphere), you use a `cluster-configuration.yaml` file. To set a host cluster, change the value of `clusterRole` to `host` in the YAML file before you install KubeSphere. +You can define a host cluster before you install KubeSphere either on Linux or on an existing Kubernetes cluster. If you want to [install KubeSphere on Linux](../../../installing-on-linux/introduction/multioverview/#1-create-an-example-configuration-file), you use a `config-sample.yaml` file. If you want to [install KubeSphere on an existing Kubernetes cluster](../../../installing-on-kubernetes/introduction/overview/#deploy-kubesphere), you use two YAML files, one of which is `cluster-configuration.yaml`. To set a host cluster, change the value of `clusterRole` to `host` in `config-sample.yaml` or `cluster-configuration.yaml` accordingly before you install KubeSphere. ```yaml multicluster: @@ -80,7 +80,7 @@ If a LoadBalancer plugin is available for the cluster, you can see a correspondi kubectl -n kubesphere-system get svc ``` -The output may look as follows: +The output is similar to this: ```shell NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE @@ -100,7 +100,7 @@ Generally, there is always a LoadBalancer solution in the public cloud, and the 1. If you cannot see a corresponding address displayed (`EXTERNAL-IP` is `pending`), you need to manually set the proxy address. For example, you have an available public IP address `139.198.120.120`, and port `8080` of **this IP address has been forwarded to port** `30721` of the cluster. Execute the following command to check the service. ```shell - $ kubectl -n kubesphere-system get svc + kubectl -n kubesphere-system get svc ``` The output is similar to this: @@ -189,7 +189,7 @@ You need to **wait for a while** so that the change can take effect. {{< tab "KubeSphere has not been installed" >}} -You can define a member cluster before you install KubeSphere either on Linux or on an existing Kubernetes cluster. If you want to [install KubeSphere on Linux](../../../installing-on-linux/introduction/multioverview/#1-create-an-example-configuration-file), you use a `config-sample.yaml` file. If you want to [install KubeSphere on an existing Kubernetes cluster](../../../installing-on-kubernetes/introduction/overview/#deploy-kubesphere), you use a `cluster-configuration.yaml` file. To set a member cluster, input the value of `jwtSecret` shown above and change the value of `clusterRole` to `member` before you install KubeSphere. +You can define a member cluster before you install KubeSphere either on Linux or on an existing Kubernetes cluster. If you want to [install KubeSphere on Linux](../../../installing-on-linux/introduction/multioverview/#1-create-an-example-configuration-file), you use a `config-sample.yaml` file. If you want to [install KubeSphere on an existing Kubernetes cluster](../../../installing-on-kubernetes/introduction/overview/#deploy-kubesphere), you use two YAML files, one of which is `cluster-configuration.yaml`. To set a member cluster, input the value of `jwtSecret` shown above and change the value of `clusterRole` to `member` in `config-sample.yaml` or `cluster-configuration.yaml` accordingly before you install KubeSphere. ```yaml authentication: diff --git a/content/en/docs/multicluster-management/enable-multicluster/direct-connection.md b/content/en/docs/multicluster-management/enable-multicluster/direct-connection.md index a47b71f7c..3d113fb4f 100644 --- a/content/en/docs/multicluster-management/enable-multicluster/direct-connection.md +++ b/content/en/docs/multicluster-management/enable-multicluster/direct-connection.md @@ -43,7 +43,7 @@ You need to **wait for a while** so that the change can take effect. {{< tab "KubeSphere has not been installed" >}} -You can define a host cluster before you install KubeSphere either on Linux or on an existing Kubernetes cluster. If you want to [install KubeSphere on Linux](../../../installing-on-linux/introduction/multioverview/#1-create-an-example-configuration-file), you use a `config-sample.yaml` file. If you want to [install KubeSphere on an existing Kubernetes cluster](../../../installing-on-kubernetes/introduction/overview/#deploy-kubesphere), you use a `cluster-configuration.yaml` file. To set a host cluster, change the value of `clusterRole` to `host` in the YAML file before you install KubeSphere. +You can define a host cluster before you install KubeSphere either on Linux or on an existing Kubernetes cluster. If you want to [install KubeSphere on Linux](../../../installing-on-linux/introduction/multioverview/#1-create-an-example-configuration-file), you use a `config-sample.yaml` file. If you want to [install KubeSphere on an existing Kubernetes cluster](../../../installing-on-kubernetes/introduction/overview/#deploy-kubesphere), you use two YAML files, one of which is `cluster-configuration.yaml`. To set a host cluster, change the value of `clusterRole` to `host` in `config-sample.yaml` or `cluster-configuration.yaml` accordingly before you install KubeSphere. ```yaml multicluster: @@ -116,7 +116,7 @@ You need to **wait for a while** so that the change can take effect. {{< tab "KubeSphere has not been installed" >}} -You can define a member cluster before you install KubeSphere either on Linux or on an existing Kubernetes cluster. If you want to [install KubeSphere on Linux](../../../installing-on-linux/introduction/multioverview/#1-create-an-example-configuration-file), you use a `config-sample.yaml` file. If you want to [install KubeSphere on an existing Kubernetes cluster](../../../installing-on-kubernetes/introduction/overview/#deploy-kubesphere), you use a `cluster-configuration.yaml` file. To set a member cluster, input the value of `jwtSecret` shown above and change the value of `clusterRole` to `member` before you install KubeSphere. +You can define a member cluster before you install KubeSphere either on Linux or on an existing Kubernetes cluster. If you want to [install KubeSphere on Linux](../../../installing-on-linux/introduction/multioverview/#1-create-an-example-configuration-file), you use a `config-sample.yaml` file. If you want to [install KubeSphere on an existing Kubernetes cluster](../../../installing-on-kubernetes/introduction/overview/#deploy-kubesphere), you use two YAML files, one of which is `cluster-configuration.yaml`. To set a member cluster, input the value of `jwtSecret` shown above and change the value of `clusterRole` to `member` in `config-sample.yaml` or `cluster-configuration.yaml` accordingly before you install KubeSphere. ```yaml authentication: @@ -165,5 +165,5 @@ Make sure the `server` address in KubeConfig is accessible on any node of the ho ![kubeconfig](/images/docs/multicluster-management/enable-multicluster-management-in-kubesphere/direct-connection/kubeconfig.jpg) 4. Click **Import** and wait for cluster initialization to finish. - + ![cluster-imported](/images/docs/multicluster-management/enable-multicluster-management-in-kubesphere/direct-connection/cluster-imported.png)