FuyaoLi2017 commented on code in PR #202:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/202#discussion_r872701915


##########
docs/content/docs/operations/configuration.md:
##########
@@ -53,3 +53,11 @@ To learn more about metrics and logging configuration please 
refer to the dedica
 ## Operator Configuration Reference
 
 {{< generated/kubernetes_operator_config_configuration >}}
+
+## Job Specific Configuration Reference
+Job specific configuration can be configured under 
`spec.job.flinkConfiguration` and it will override flink configurations defined 
in `flink-conf.yaml`.
+
+- For application clusters, `spec.job.flinkConfiguration` will be located in 
`FlinkDeployment` CustomResource.
+- For session clusters, configuring `spec.job.flinkConfiguration` in parent 
`FlinkDeployment` will be applied to all session jobs within the session 
cluster.
+You can also configure `spec.job.flinkConfiguration` in `FlinkSessionJob` 
CustomResource for a specific session job. 
+The session job level configuration will override the parent session cluster's 
Flink configuration.

Review Comment:
   Added related docs and validator code changes.



-- 
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: issues-unsubscr...@flink.apache.org

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

Reply via email to