Re: Increasing maximum number of FlinkDeployments that the Operator can handle

2023-11-21 Thread Nathan Moderwell
>>> I constantly get a similar error when operator (working in single >>>> instance) receiving deployment statuses >>>> Details described in this message >>>> https://lists.apache.org/thread/0odcc9pvlpz1x9y2nop9dlmcnp9v1696 >>>> I tried changing versions and allocated resou

Re: Issue with flink-kubernetes-operator not updating execution.savepoint.path after savepoint deletion

2023-09-22 Thread Nathan Moderwell
` and enabling HA to see if this provides us more stable job restoration on pod disruption. On Fri, Sep 22, 2023 at 10:20 AM Nathan Moderwell < nathan.moderw...@robinhood.com> wrote: > Hi flink-kubernetes-operator maintainers, > > We have recently migrated to the official opera

Issue with flink-kubernetes-operator not updating execution.savepoint.path after savepoint deletion

2023-09-22 Thread Nathan Moderwell
Hi flink-kubernetes-operator maintainers, We have recently migrated to the official operator and seeing a new issue where our FlinkDeployments can fail and crashloop looking for a non-existent savepoint. On further inspection, the job is attempting to restart from the savepoint specified in execut

Re: why are kubernetes.namespace and kubernetes.cluster-id config fields forbidden in the flink-kubernetes-operator validator?

2023-06-14 Thread Nathan Moderwell
management of the > applications. > > Gyula > > On Wed, 14 Jun 2023 at 19:31, Nathan Moderwell < > nathan.moderw...@robinhood.com> wrote: > >> Saw this error when creating a job: >> >>> unable to create object: admission webhook " >>> validat

why are kubernetes.namespace and kubernetes.cluster-id config fields forbidden in the flink-kubernetes-operator validator?

2023-06-14 Thread Nathan Moderwell
Saw this error when creating a job: > unable to create object: admission webhook " > validationwebhook.flink.apache.org" denied the request: Forbidden Flink > config key: kubernetes.namespace Looking through the source code, I see these are forbidden config keys, but could not find any explanati

Re: Issue when Running the flink-kuberenetes-operator sql-runner (The file STDOUT does not exist on the TaskExecutor)

2023-05-05 Thread Nathan Moderwell
/lists.apache.org/thread/cgwsr6f1l3202ktwcvtyxtdsgj2vyms1 > > Nathan Moderwell 于2023年5月5日周五 03:54写道: > >> Hi, >> >> I'm running the sql-runner example in the flink-kuberenetes-operator repo >> and hitting an error. I've tried building the image from different releases >>

Issue when Running the flink-kuberenetes-operator sql-runner (The file STDOUT does not exist on the TaskExecutor)

2023-05-04 Thread Nathan Moderwell
Hi, I'm running the sql-runner example in the flink-kuberenetes-operator repo and hitting an error. I've tried building the image from different releases of the repo and that does not help. The pods run (status stays at Running) and it is able to build the execution graph successfully, however I s