zhongjiajie commented on code in PR #11275:
URL: https://github.com/apache/dolphinscheduler/pull/11275#discussion_r939644881


##########
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:
   how about we directly using `sshPort="22"`, and we add some sentence at the 
end of `Modify Configuration` section tell users they can change the 
configuration by environment, like `export 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]

Reply via email to