SbloodyS commented on code in PR #11660:
URL: https://github.com/apache/dolphinscheduler/pull/11660#discussion_r956836982
##########
docs/docs/zh/guide/resource/configuration.md:
##########
@@ -123,6 +123,9 @@ sudo.enable=true
# network IP gets priority, default: inner outer
#dolphin.scheduler.network.priority.strategy=default
+# specify network IP . example:127.0.0.1, default:empty
Review Comment:
```suggestion
# specify network IP. example: 127.0.0.1, default: empty
```
##########
deploy/kubernetes/dolphinscheduler/values.yaml:
##########
@@ -135,6 +135,9 @@ conf:
# network IP gets priority, default: inner outer
#dolphin.scheduler.network.priority.strategy: default
+ # specify network IP . example:127.0.0.1, default:empty
Review Comment:
```suggestion
# specify network IP. example: 127.0.0.1, default: empty
```
##########
dolphinscheduler-common/src/main/resources/common.properties:
##########
@@ -92,6 +92,9 @@ sudo.enable=true
# network IP gets priority, default: inner outer
#dolphin.scheduler.network.priority.strategy=default
+# specify network IP . example:127.0.0.1, default:empty
Review Comment:
```suggestion
# specify network IP. example: 127.0.0.1, default: empty
```
##########
docs/docs/en/guide/resource/configuration.md:
##########
@@ -116,6 +116,9 @@ sudo.enable=true
# network IP gets priority, default: inner outer
#dolphin.scheduler.network.priority.strategy=default
+# specify network IP . example:127.0.0.1, default:empty
Review Comment:
```suggestion
# specify network IP. example: 127.0.0.1, default: empty
```
--
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]