Re: Kubernetes Operator --allowNonRestoredState config

2022-04-29 Thread Shqiprim Bunjaku
Thank you! On Fri, Apr 29, 2022 at 5:31 PM Gyula Fóra wrote: > Hi! > > We did not expose this as a top level flag in the spec, but you can enable > this through the flink configuration using: > > execution.savepoint.ignore-unclaimed-state: "true" > > Cheers, > Gyula > > On Fri, Apr 29, 2022 at 5

Re: Kubernetes Operator --allowNonRestoredState config

2022-04-29 Thread Gyula Fóra
Hi! We did not expose this as a top level flag in the spec, but you can enable this through the flink configuration using: execution.savepoint.ignore-unclaimed-state: "true" Cheers, Gyula On Fri, Apr 29, 2022 at 5:26 PM Shqiprim Bunjaku wrote: > Hi all, > > I am using Flink Kubernetes Operato

Kubernetes Operator --allowNonRestoredState config

2022-04-29 Thread Shqiprim Bunjaku
Hi all, I am using Flink Kubernetes Operator to manage my Flink applications. I have one issue when making changes in pipeline and I need to pass --allowNonRestoredState configuration, but I cannot find how I can do this using Flink Operator. Tried below method but didn't work: job: args