Skip to content

Commit

Permalink
Update 4.connect-to-nebula-graph-service.md (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Sep 29, 2021
1 parent 19b9e28 commit 8c50b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/nebula-operator/4.connect-to-nebula-graph-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

- `--image`:为连接Nebula Graph的工具Nebula Console的镜像。
- `<nebula-console>`:自定义的Pod名称。
- `-addr`连接的Graphd服务的IP地址,即`ClusterIP`类型的Service IP地址。
- `-addr`连接Graphd服务的IP地址,即`ClusterIP`类型的Service IP地址。
- `-port`:连接Graphd服务的端口。默认端口为9669。
- `-u`:Nebula Graph账号的用户名。未启用身份认证时,可以使用任意已存在的用户名(默认为root)。
- `-p`:用户名对应的密码。未启用身份认证时,密码可以填写任意字符。
Expand Down Expand Up @@ -137,4 +137,4 @@ kubectl run -ti --image vesoft/nebula-console:v2.5.0 --restart=Never -- <nebula-
- `-addr`:Nebula Graph集群中任一节点IP地址。本示例为`192.168.8.24`
- `-port`:Nebula Graph映射至节点的端口。本示例为`32236`
- `-u`:Nebula Graph账号的用户名。未启用身份认证时,可以使用任意已存在的用户名(默认为root)。
- `-p`:用户名对应的密码。未启用身份认证时,密码可以填写任意字符。
- `-p`:用户名对应的密码。未启用身份认证时,密码可以填写任意字符。

0 comments on commit 8c50b37

Please sign in to comment.