bzhaoopenstack commented on code in PR #20467:
URL: https://github.com/apache/flink/pull/20467#discussion_r990967711
##########
flink-kubernetes/src/main/java/org/apache/flink/kubernetes/configuration/KubernetesConfigOptions.java:
##########
@@ -444,6 +445,46 @@ public class KubernetesConfigOptions {
public static final ConfigOption<String> TASK_MANAGER_POD_TEMPLATE;
+ public static final ConfigOption<String> JOB_MANAGER_POD_SCHEDULER_NAME =
+ key("kubernetes.jobmanager.scheduler-name")
+ .stringType()
+ .defaultValue("default-scheduler")
+ .withFallbackKeys(KUBERNETES_POD_SCHEDULER_NAME_KEY)
+ .withDescription(
+ "Specify the kubernetes pod scheduler for
jobmanager pods of deployment. "
Review Comment:
Yeah, looks great.
--
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]