From 2cbb6c5c947649e2a8d17d89920c5dd287a1d794 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Tue, 26 Apr 2022 15:08:43 +0800 Subject: [PATCH 1/3] Update 2.compile-br.md --- docs-2.0/backup-and-restore/nebula-br/2.compile-br.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/backup-and-restore/nebula-br/2.compile-br.md b/docs-2.0/backup-and-restore/nebula-br/2.compile-br.md index 8f299f2192e..6a0b87e88f9 100644 --- a/docs-2.0/backup-and-restore/nebula-br/2.compile-br.md +++ b/docs-2.0/backup-and-restore/nebula-br/2.compile-br.md @@ -35,5 +35,5 @@ Users can enter `bin/br version` on the command line. If the following results a ```bash [nebula-br]$ bin/br version -Nebula Backup And Restore Utility Tool,V-0.6.0 +Nebula Backup And Restore Utility Tool,V-{{br.release}} ``` From 21872c8519e677223e02bb607cc07d3510c22485 Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Tue, 26 Apr 2022 15:09:53 +0800 Subject: [PATCH 2/3] Update mkdocs.yml (#1297) --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 0f7b7d8c2bd..c2be332e158 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -90,9 +90,9 @@ extra: release: 3.1.0 branch: release-3.1 dashboard: - release: 3.0.0 + release: 1.1.0 base100: 1.0.0 - branch: release-3.0 + branch: v1.1.0 dashboard_ent: release: 3.0.0 console: From 93aaec3c8018e5e3b68e253a66cf66c28a6a2e0d Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Tue, 26 Apr 2022 15:42:25 +0800 Subject: [PATCH 3/3] Update 2.deploy-connect-dashboard-ent.md (#1298) * Update 2.deploy-connect-dashboard-ent.md * Update 2.deploy-connect-dashboard-ent.md --- docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md b/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md index 880a21a1969..905fc716638 100644 --- a/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md +++ b/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md @@ -17,6 +17,7 @@ Before deploying Dashboard Enterprise Edition, you must do a check of these: | 9090 | The port of the prometheus service. | | 9200 | The port of the nebula-stats-exporter service. | | 9093 | The port of the Alertmanager service, used to receive Prometheus alerts and then send them to Dashboard.| + | 9100 | The port of the node-exporter service. The node-exporter is aumatically deployed on the target machine after a cluster is created or imported. It is used to collect the source information of machines in the cluster, including the CPU, memory, load, disk, and network. | - The license is ready.