From c877385c9361baf7b4623977cd113d5b481eeef3 Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Tue, 31 Aug 2021 19:08:24 +0300 Subject: [PATCH] Update multioverview.md --- .../introduction/multioverview.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/content/en/docs/installing-on-linux/introduction/multioverview.md b/content/en/docs/installing-on-linux/introduction/multioverview.md index 40f0a11bd..590648e66 100644 --- a/content/en/docs/installing-on-linux/introduction/multioverview.md +++ b/content/en/docs/installing-on-linux/introduction/multioverview.md @@ -1,5 +1,5 @@ --- -title: "Multi-node Installation" +title: "Install a Multi-node Kubernetes and KubeSphere Cluster" keywords: 'Multi-node, Installation, KubeSphere' description: 'Learn the general steps of installing KubeSphere and Kubernetes on a multi-node cluster.' linkTitle: "Multi-node Installation" @@ -137,7 +137,7 @@ Make `kk` executable: chmod +x kk ``` -## Step 3: Create a Cluster +## Step 3: Create a Kubernetes Multi-node Cluster For multi-node installation, you need to create a cluster by specifying a configuration file. @@ -172,13 +172,19 @@ Here are some examples for your reference: ./kk create config --with-kubesphere [version] ``` -### 2. Edit the configuration file +### 2. Edit the configuration file of a Kubernetes multi-node cluster A default file `config-sample.yaml` will be created if you do not change the name. Edit the file and here is an example of the configuration file of a multi-node cluster with one master node. {{< notice note >}} -To customize Kubernetes related parameters, refer to [Kubernetes Cluster Configurations](../vars/). +To customize + + + + + +etes related parameters, refer to [Kubernetes Cluster Configurations](../vars/). {{}}