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 2020/04/13 06:13:50 UTC

[GitHub] [flink] TisonKun commented on a change in pull request #11606: [FLINK-15639][k8s] Support to set tolerations for jobmanager and taskmanger pod

TisonKun 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_r407333171
 
 

 ##########
 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:
   ```suggestion
   			.withDescription("The user-specified tolerations to be set to the JobManager pod. The value should be " +
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services