sts:
>>
>> cpu: 1
>>
>> memory: 1600Mi
>>
>>
>>
>> This appears to be overwritten by a default if cpu and memory do not
>> appear in the jobManager resources.
>>
>>
>>
>> Jim
>>
>>
;
> memory: 1600Mi
>
>
>
> This appears to be overwritten by a default if cpu and memory do not
> appear in the jobManager resources.
>
>
>
> Jim
>
>
>
> *From:* Őrhidi Mátyás
> *Sent:* Wednesday, July 27, 2022 11:16 AM
> *To:* PACE, JAMES
Sent: Wednesday, July 27, 2022 11:16 AM
To: PACE, JAMES
Cc: user@flink.apache.org
Subject: Re: Flink Operator Resources Requests and Limits
Hi James,
Have you considered using pod templates already?
https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs/custom-resource
Hi James,
Have you considered using pod templates already?
https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs/custom-resource/pod-template/
Regards,
Matyas
On Wed, Jul 27, 2022 at 3:21 PM PACE, JAMES wrote:
> We are currently evaluating the apache flink operator (versi
We are currently evaluating the apache flink operator (version 1.1.0) to
replace the operator that we currently use. Setting the memory and cpu
resources sets both the request and the limit for the pod. Previously, we were
only setting request allowing pods to oversubscribe to CPU when needed