[
https://issues.apache.org/jira/browse/FLINK-15639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17018840#comment-17018840
]
ptmagic commented on FLINK-15639:
---------------------------------
Is it possible to add some command line parameters to solve the problem?
public static final ConfigOption<String> JOB_MANAGER_POD_TAINTS =
key("kubernetes.jobmanager.pod.taints")
.noDefaultValue()
.withDescription("The taints to be set for JobManager pods. " + "Specified
as ");
> Support to set toleration for jobmanager and taskmanger
> -------------------------------------------------------
>
> Key: FLINK-15639
> URL: https://issues.apache.org/jira/browse/FLINK-15639
> Project: Flink
> Issue Type: Sub-task
> Components: Deployment / Kubernetes
> Reporter: Yang Wang
> Priority: Major
>
> Taints and tolerations work together to ensure that pods are not scheduled
> onto inappropriate nodes. Navigate to [Kubernetes
> doc|https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/]
> for more information.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)