wangyang0918 commented on a change in pull request #11606: [FLINK-15639][k8s] Support to set tolerations for jobmanager and taskmanger pod URL: https://github.com/apache/flink/pull/11606#discussion_r407348177
########## File path: flink-kubernetes/src/main/java/org/apache/flink/kubernetes/configuration/KubernetesConfigOptions.java ########## @@ -186,6 +186,24 @@ .withDescription("The user-specified annotations that are set to the TaskManager pod. The value could be " + "in the form of a1:v1,a2:v2"); + public static final ConfigOption<List<Map<String, String>>> JOB_MANAGER_TOLERATIONS = + key("kubernetes.jobmanager.tolerations") + .mapType() + .asList() + .noDefaultValue() + .withDescription("The user-specified tolerations to be set to the JobManager pod. The value could be " + Review comment: Make sense. I will fix it. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services