You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ptmagic (Jira)" <ji...@apache.org> on 2020/01/19 08:22:00 UTC

[jira] [Commented] (FLINK-15648) Support to configure request or limit for CPU requirement

    [ https://issues.apache.org/jira/browse/FLINK-15648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17018841#comment-17018841 ] 

ptmagic commented on FLINK-15648:
---------------------------------

 Is it possible to add some command line parameters to solve the problem?

 

add this parameters


public static final ConfigOption<String> JOB_MANAGER_POD_CPU_REQUESTS =
key("kubernetes.jobmanager.pod.cpu.requests")
.noDefaultValue()
.withDescription("The cpu requests to be set for JobManager pods. " + "Specified as ");
 

> Support to configure request or limit for CPU requirement
> ---------------------------------------------------------
>
>                 Key: FLINK-15648
>                 URL: https://issues.apache.org/jira/browse/FLINK-15648
>             Project: Flink
>          Issue Type: New Feature
>          Components: Deployment / Kubernetes
>            Reporter: Canbin Zheng
>            Priority: Major
>
> The current branch use kubernetes.xx.cpu to configure request and limit resource requirement for a Container, it's an important improvement to separate these two configurations, we can use kubernetes.xx.request.cpu and kubernetes.xx.limit.cpu to specify request and limit resource requirements.{color:#6a8759}
> {color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)