[
https://issues.apache.org/jira/browse/FLINK-15640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062540#comment-17062540
]
Yang Wang commented on FLINK-15640:
-----------------------------------
Since there is no response from [~hippo], i will take over and go on with the
implementation.
[~zhuzh] Could you assign this ticket to me?
> Support to set label and node selector
> --------------------------------------
>
> Key: FLINK-15640
> URL: https://issues.apache.org/jira/browse/FLINK-15640
> Project: Flink
> Issue Type: Sub-task
> Components: Deployment / Kubernetes
> Reporter: Yang Wang
> Priority: Major
>
> Navigate to [Kubernetes
> doc|https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/]
> for more information.
> {code:java}
> public static final ConfigOption<String> JOB_MANAGER_USER_LABELS =
> key("kubernetes.jobmanager.labels")
> .noDefaultValue()
> .withDescription("The labels to be set for JobManager replica controller,
> service and pods. " +
> "Specified as key:value pairs separated by commas. such as
> version:alphav1,deploy:test.");
> public static final ConfigOption<String> TASK_MANAGER_USER_LABELS =
> key("kubernetes.taskmanager.labels")
> .noDefaultValue()
> .withDescription("The labels to be set for TaskManager pods. " +
> "Specified as key:value pairs separated by commas. such as
> version:alphav1,deploy:test.");
> public static final ConfigOption<String> JOB_MANAGER_NODE_SELECTOR =
> key("kubernetes.jobmanager.node-selector")
> .noDefaultValue()
> .withDescription("The node-selector to be set for JobManager pod. " +
> "Specified as key:value pairs separated by commas. such as
> environment:dev,tier:frontend.");
> public static final ConfigOption<String> TASK_MANAGER_NODE_SELECTOR =
> key("kubernetes.taskmanager.node-selector")
> .noDefaultValue()
> .withDescription("The node-selector to be set for TaskManager pods. " +
> "Specified as key:value pairs separated by commas. such as
> environment:dev,tier:frontend.");
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)