[jira] [Created] (FLINK-34565) Enhance flink kubernetes configMap to accommodate additional configuration files

2024-03-01 Thread Surendra Singh Lilhore (Jira)
Surendra Singh Lilhore created FLINK-34565: -- Summary: Enhance flink kubernetes configMap to accommodate additional configuration files Key: FLINK-34565 URL: https://issues.apache.org/jira/browse/FLINK

Re: Discussion: [FLINK-24150] Support to configure cpu resource request and limit in pod template

2023-12-05 Thread Surendra Singh Lilhore
Hi Gyula, FLINK-33548 proposes adding a new resource field to match with Kubernetes pod resource configuration. Here's my suggestion: instead of adding a new resource field, let's use a pod template for more advanced resource setup. Adding a new resource field might confuse users. This change can

Re: Discussion: [FLINK-33609] Take into account the resource limit specified in the pod template

2023-11-24 Thread Surendra Singh Lilhore
upside is that it will work for all operator supported Flink versions > and is much simpler to use than the pod template. > > What do you think? > > Gyula > > On Fri, 24 Nov 2023 at 19:50, Surendra Singh Lilhore < > surendralilh...@apache.org> wrote: > > > Hi

Re: Discussion: [FLINK-33609] Take into account the resource limit specified in the pod template

2023-11-24 Thread Surendra Singh Lilhore
ghts of the community on this matter. > > Thanks! > Gyula > > On Thu, Nov 23, 2023 at 2:00 PM Surendra Singh Lilhore < > surendralilh...@apache.org> wrote: > > > Hello everyone, > > > > I've encountered an issue while using the flink open source > &

Discussion: [FLINK-33609] Take into account the resource limit specified in the pod template

2023-11-23 Thread Surendra Singh Lilhore
Hello everyone, I've encountered an issue while using the flink open source kubernetes operator for Flink deployment. Despite setting resource limits in the pod template, it appears that these limits are not considered during TaskManager (TM) pod deployment. Upon code investigation, it seems the l

[jira] [Created] (FLINK-33609) Take into account the resource limit specified in the pod template.

2023-11-21 Thread Surendra Singh Lilhore (Jira)
Surendra Singh Lilhore created FLINK-33609: -- Summary: Take into account the resource limit specified in the pod template. Key: FLINK-33609 URL: https://issues.apache.org/jira/browse/FLINK-33609

[jira] [Created] (FLINK-33095) Job jar related issue should be reported as BAD_REQUEST instead of INTERNAL_SERVER_ERROR

2023-09-16 Thread Surendra Singh Lilhore (Jira)
Surendra Singh Lilhore created FLINK-33095: -- Summary: Job jar related issue should be reported as BAD_REQUEST instead of INTERNAL_SERVER_ERROR Key: FLINK-33095 URL: https://issues.apache.org/jira/browse

[jira] [Created] (FLINK-32122) Update the Azure Blob Storage document to assist in configuring the MSI provider with a shaded class name

2023-05-17 Thread Surendra Singh Lilhore (Jira)
Surendra Singh Lilhore created FLINK-32122: -- Summary: Update the Azure Blob Storage document to assist in configuring the MSI provider with a shaded class name Key: FLINK-32122 URL: https

Request for Feedback: Adding Command to List Flink Savepoints

2023-05-15 Thread Surendra Singh Lilhore
Hello everyone, I would like to propose an enhancement to Flink that would allow users to list Flink savepoints directly through a built-in command, eliminating the need to depend on external tools like the Flink CLI or file system commands. The motivation behind this feature is to simplify the p

Re: Regarding new command to download jars in flink cluster

2023-03-08 Thread Surendra Singh Lilhore
cluster before starting JMs and TMs. [image: image.png] Thanks Surendra On Tue, Mar 7, 2023 at 11:51 AM Surendra Singh Lilhore < surendralilh...@apache.org> wrote: > Hi David, > > Sorry I missed your reply. > > >>>Since you're mentioning docker, I assume you

Re: Regarding new command to download jars in flink cluster

2023-03-06 Thread Surendra Singh Lilhore
p us save the time currently taken by the init container. Not only can application mode clusters on Kubernetes utilize this, but other clusters can also use it to download additional plugins before starting the cluster. Thanks Surendra On Sat, Mar 4, 2023 at 12:41 AM Surendra Singh Lilhore

Regarding new command to download jars in flink cluster

2023-03-03 Thread Surendra Singh Lilhore
Hi Team, According to the Flink documentation, in the APP mode, the application jar should be bundled with the Flink image. However, building an image for each new application can be difficult. Can we introduce new commands that will help to download the required jar locally before starting Flin