Re: Flink Operator Resources Requests and Limits

2022-07-28 Thread Őrhidi Mátyás
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 >> >>

Re: Flink Operator Resources Requests and Limits

2022-07-27 Thread Yang Wang
; > 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

RE: Flink Operator Resources Requests and Limits

2022-07-27 Thread 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

Re: Flink Operator Resources Requests and Limits

2022-07-27 Thread Őrhidi Mátyás
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

Flink Operator Resources Requests and Limits

2022-07-27 Thread PACE, JAMES
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