You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/04/20 08:48:52 UTC

[GitHub] [flink-kubernetes-operator] SteNicholas commented on a diff in pull request #174: [FLINK-27023] Unify flink and operator config handling

SteNicholas commented on code in PR #174:
URL: https://github.com/apache/flink-kubernetes-operator/pull/174#discussion_r853887878


##########
helm/flink-kubernetes-operator/conf/flink-conf.yaml:
##########
@@ -24,3 +25,16 @@ queryable-state.proxy.ports: 6125
 jobmanager.memory.process.size: 1600m
 taskmanager.memory.process.size: 1728m
 parallelism.default: 2
+
+# Flink operator related configs
+# kubernetes.operator.reconciler.reschedule.interval: 60 s
+# kubernetes.operator.reconciler.max.parallelism: 5
+# kubernetes.operator.reconciler.flink.cancel.job.timeout: 1min
+# kubernetes.operator.reconciler.flink.cluster.shutdown.timeout: 60s

Review Comment:
   ```suggestion
   # kubernetes.operator.reconciler.flink.cluster.shutdown.timeout: 60 s
   ```



-- 
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-unsubscribe@flink.apache.org

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