1996fanrui commented on code in PR #853:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/853#discussion_r1683727611


##########
docs/content/docs/custom-resource/autoscaler.md:
##########
@@ -308,6 +308,13 @@ 
org.apache.flink.autoscaler.standalone.StandaloneAutoscalerEntrypoint \
 --autoscaler.standalone.jdbc.username root
 ```
 
+### Load StandaloneAutoscaler configuration through configuration file
+
+Can specify the running configuration of StandaloneAutoscaler in the 
configuration file. The config.yaml and
+flink-conf.yaml files in the environment variable `FLINK_CONF_DIR` directory 
will be loaded by default. You can also pass
+`export CONF_OVERRIDE_DIR=xxx` to specify the loaded configuration file 
directory.
+NOTE: main configuration will overwrite the configuration in the configuration 
file

Review Comment:
   How about update the `main configuration` to `main parameters`? 
   
   I saw most of doc saw the Java Main parameters. WDYT?



-- 
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