diff --git a/docs-2.0/nebula-dashboard-ent/3.create-import-dashboard/1.create-cluster.md b/docs-2.0/nebula-dashboard-ent/3.create-import-dashboard/1.create-cluster.md index 34d148ec848..b3b5fab65e2 100644 --- a/docs-2.0/nebula-dashboard-ent/3.create-import-dashboard/1.create-cluster.md +++ b/docs-2.0/nebula-dashboard-ent/3.create-import-dashboard/1.create-cluster.md @@ -10,30 +10,31 @@ You can create a cluster following these steps: 2. On the **Cluster management** page, click **Create cluster**. 3. On the **Create cluster** page, fill in the following: - - Enter a **Cluster Name**, up to 15 characters for each name. In this example, the cluster name is `test`. - - Choose a NebulaGraph version to install. In this example, the version is `Enterprise v3.1.0`. + - Enter a **Cluster Name**, up to 15 characters for each name. + - Choose a NebulaGraph version to install. !!! note Only one Enterprise Edition of NebulaGraph is provided for you to choose from on the **Create cluster** page. To install other versions of NebulaGraph, you can download or upload the corresponding installer package on the **Package Management** page. For details, see [Package management](../system-settings/manage-package.md). - - Click **Upload License**. + - Click **Upload License**. !!! note For the creation of a Community version of NebulaGraph, skip this step to upload the License file. - - **Add nodes**. The information of each node is required. + - **Add nodes**. Enter the following information, the Host, SSH port, SSH user, authentication type, NebulaGraph package, etc. - ![cluster](https://docs-cdn.nebula-graph.com.cn/figures/create-cluster-2022-04-08_en.png) + The authentication type is described as follows: - 1. Enter the IP information of each host. In this example, it is `192.168.8.129`. - 2. Enter the SSH information. In this example, the SSH port is `22`, the SSH user is `vesoft`, and the SSH password is `nebula`. - 3. Choose the target NebulaGraph package. In this example, the package is `nebula-graph-ent-3.1.0-ent.el7.x86_64.rpm`. - 4. Customize the cluster installation path. In this example, the default path is `.nebula/cluster`. - 5. (Optional) Enter the node name to make a note on the node. In this example, the note is `Node_1`. + - SSH Password: Enter the password of the SSH user. - - **Import nodes in batches**. The information of each node is required. To import nodes in batches, you need to choose the installation package and click **download the CSV template**. Fill in the template and upload it. Ensure that the node is correct, otherwise, upload failure may happen. + - SSH Key: Click **Upload** and select the private key file of the node. You need to generate the secret key files on the node to be added and send the private key file to the current computer (not the machine where Dashboard is deployed). If the passphrase is set, this parameter is also required. + + ![cluster](https://docs-cdn.nebula-graph.com.cn/figures/create-cluster-221115_en.png) + + + - **Import nodes in batches**. The information of each node is required. To import nodes in batches, you need to choose the installation package and click **download the CSV template**. Fill in the template and upload it. Ensure that the node is correct, otherwise, upload failure may happen. 4. Select the node and add the service you need in the upper right corner. To create a cluster, you need to add 3 types of services to the node. If not familiar with the NebulaGraph architecture, click **Auto add service**.