Re: Flink reactive deployment on with kubernetes operator

2024-07-11 Thread Enric Ott
Thanks,nacisimsek.I will try your suggestion. -- Original -- From: "nacisimsek"

Re: Flink reactive deployment on with kubernetes operator

2024-07-11 Thread nacisimsek
Hi Enric, You can try using persistent volume claim on your kubernetes cluster as a JobResultStore, instead of using a local path from your underlying host, and see if it works. apiVersion: v1 kind: PersistentVolumeClaim metadata: name: flink-data-pvc spec: resources: requests: st

Re: Flink reactive deployment on with kubernetes operator

2024-07-11 Thread Gyula Fóra
Hi Eric! The community cannot support old versions of the Flink operator, please upgrade to the latest version (1.9.0) Also, we do not recommend using the Reactive mode (with standalone). You should instead try Native Mode + Autoscaler which works much better in most cases. Cheers, Gyula