Skip to content

Commit

Permalink
update dashboard 3.1.3 (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Sep 6, 2022
1 parent c0a6def commit 896663e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Nebula Dashboard Enterprise Edition release notes

## Enterprise Edition 3.1.3

- Feature
- Support add a node by using [SSH secret key](../../nebula-dashboard-ent/4.cluster-operator/4.manage.md).

## Enterprise Edition 3.1.2

- Bugfix
Expand Down
26 changes: 18 additions & 8 deletions docs-2.0/nebula-dashboard-ent/4.cluster-operator/4.manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,29 @@ This topic introduces the cluster operation of Dashboard, including cluster node

## Node

On this page, the information of all nodes will be shown, including the cluster name, Host(SSH_User), CPU (Core), etc.
On this page, the information of all nodes will be shown, including the cluster name, Host(SSH_User), CPU (Core), etc. Users can add node, view node monitoring, and manage services on node.

- To add a node quickly, click **Add Node** and enter the following information, the Host, SSH port, SSH user, SSH password, and select a Nebula Graph package.
### Add node

- Click the ![plus](https://docs-cdn.nebula-graph.com.cn/figures/Plus.png) button to view the process name, service type, status, runtime directory of the corresponding node.
Click **Add Node** and enter the following information, the Host, SSH port, SSH user, authentication type, NebulaGraph package, etc., and click **OK**.

- Click **Node Monitoring** to jump to the detailed node monitoring page. For more information, see [Cluster monitoring](../4.cluster-operator/2.monitor.md).
The authentication type are described as follows:

- Click **Service Management** to jump to the service management page.
- SSH Password: Enter the password of the SSH user.

- Click **Edit Node** to modify the SSH port, SSH user, and SSH password.

- If a node has no service, you can **Delete Node**.
- 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 Dashboard machine). If the passphrase is set, this parameter is also required.

### Other node operations

Click the ![plus](https://docs-cdn.nebula-graph.com.cn/figures/Plus.png) button to view the process name, service type, status, runtime directory of the corresponding node.

- Click **Node Monitoring** to jump to the detailed node monitoring page. For more information, see [Cluster monitoring](../4.cluster-operator/2.monitor.md).

- Click **Service Management** to jump to the service management page.

- Click **Edit Node** to modify the node settings.

- If a node has no service, you can **Delete Node**. For details about how to delete a service, see section **Scale** below.

{{ ent.ent_begin }}
## Scale
Expand Down

0 comments on commit 896663e

Please sign in to comment.