You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/08/29 02:00:45 UTC

[GitHub] [dolphinscheduler] SbloodyS commented on a diff in pull request #11660: [feature-#11636] set ip by specifying

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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org