From 8c50b37c3e0dfd2fde906ae1aa33cb9f4f095c1a Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Wed, 29 Sep 2021 09:52:17 +0800 Subject: [PATCH] Update 4.connect-to-nebula-graph-service.md (#1023) --- docs-2.0/nebula-operator/4.connect-to-nebula-graph-service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-2.0/nebula-operator/4.connect-to-nebula-graph-service.md b/docs-2.0/nebula-operator/4.connect-to-nebula-graph-service.md index b363ea9bc42..fbfe84a0169 100644 --- a/docs-2.0/nebula-operator/4.connect-to-nebula-graph-service.md +++ b/docs-2.0/nebula-operator/4.connect-to-nebula-graph-service.md @@ -30,7 +30,7 @@ - `--image`:为连接Nebula Graph的工具Nebula Console的镜像。 - ``:自定义的Pod名称。 - - `-addr`:连接的Graphd服务的IP地址,即`ClusterIP`类型的Service IP地址。 + - `-addr`:连接Graphd服务的IP地址,即`ClusterIP`类型的Service IP地址。 - `-port`:连接Graphd服务的端口。默认端口为9669。 - `-u`:Nebula Graph账号的用户名。未启用身份认证时,可以使用任意已存在的用户名(默认为root)。 - `-p`:用户名对应的密码。未启用身份认证时,密码可以填写任意字符。 @@ -137,4 +137,4 @@ kubectl run -ti --image vesoft/nebula-console:v2.5.0 --restart=Never --