FuyaoLi2017 commented on code in PR #202:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/202#discussion_r872722982
##########
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.
Review Comment:
I added a new line at the end.
--
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]