zhongjiajie commented on code in PR #11361:
URL: https://github.com/apache/dolphinscheduler/pull/11361#discussion_r941155715
##########
docs/docs/en/guide/installation/pseudo-cluster.md:
##########
@@ -83,6 +83,7 @@ each machine. You could find this file in the path
`bin/env/install_env.sh` and
# ---------------------------------------------------------
# Due to the master, worker, and API server being deployed on a single node,
the IP of the server is the machine IP or localhost
ips="localhost"
+sshPort=${sshPort:-"22"}
Review Comment:
```suggestion
sshPort="22"
```
##########
docs/docs/zh/guide/installation/pseudo-cluster.md:
##########
@@ -73,14 +73,15 @@ chmod 600 ~/.ssh/authorized_keys
### 修改 `install_env.sh` 文件
-文件 `install_env.sh` 描述了哪些机器将被安装 DolphinScheduler 以及每台机器对应安装哪些服务。您可以在路径
`bin/env/install_env.sh` 中找到此文件,配置详情如下。
+文件 `install_env.sh` 描述了哪些机器将被安装 DolphinScheduler 以及每台机器对应安装哪些服务。您可以在路径
`bin/env/install_env.sh` 中找到此文件,可通过以下方式更改env变量,export <ENV_NAME>=<VALUE>,配置详情如下。
```shell
# ---------------------------------------------------------
# INSTALL MACHINE
# ---------------------------------------------------------
# Due to the master, worker, and API server being deployed on a single node,
the IP of the server is the machine IP or localhost
ips="localhost"
+sshPort=${sshPort:-"22"}
Review Comment:
```suggestion
sshPort="22"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]