Re: Deploying Flink on Kubernetes with fractional CPU and different limits and requests

2021-09-01 Thread Denis Cosmin NUTIU
: Great. If no one wants to work on this ticket FLINK-15648, I will try to get this done in the next major release cycle(1.15). Best, Yang Denis Cosmin NUTIU mailto:dnu...@bitdefender.com>> 于2021年8月31日周二 下午4:59写道: Hi everyone, Thanks for getting back to me! > I think it would be nice if

Re: Deploying Flink on Kubernetes with fractional CPU and different limits and requests

2021-08-31 Thread Denis Cosmin NUTIU
From: Yang Wang Sent: Tuesday, August 31, 2021 6:04 AM To: Alexis Sarda-Espinosa Cc: Denis Cosmin NUTIU ; matth...@ververica.com ; user@flink.apache.org Subject: Re: Deploying Flink on Kubernetes with fractional CPU and different limits and requests Hi all, I think it is a

Re: Deploying Flink on Kubernetes with fractional CPU and different limits and requests

2021-08-26 Thread Denis Cosmin NUTIU
/kubernetes/utils/KubernetesUtils.java#L324-L332 On Thu, Aug 26, 2021 at 11:17 AM Denis Cosmin NUTIU mailto:dnu...@bitdefender.com>> wrote: Hello, I've developed a Flink job and I'm trying to deploy it on a Kubernetes cluster using Flink Native. Setting kubernetes.taskmanager.c

Deploying Flink on Kubernetes with fractional CPU and different limits and requests

2021-08-26 Thread Denis Cosmin NUTIU
Hello, I've developed a Flink job and I'm trying to deploy it on a Kubernetes cluster using Flink Native. Setting kubernetes.taskmanager.cpu=0.5 and kubernetes.jobmanager.cpu=0.5 sets the requests and limits to 500m, which is correct, but I'd like to set the requests and limits to different