additional info stack trace:
in flink 18 is saw the following and it looks like the resourceVersion is
the correct one
2025-01-22 20:02:37,771 DEBUG
org.apache.flink.kubernetes.shaded.io.fabric8.kubernetes.client.informers.impl.DefaultSharedIndexInformer
[] - Resync skipped due to 0 full resync per
I saw there was an upgrade in flink 1.19 to 6.9.2 where in flink 1.18
6.6.2 was used.
when running the same jar with flink 18 it works ok.
Was there any additional configuration required for version 19 due to this
upgrade?
thanks again
On Wed, Jan 22, 2025 at 3:24 PM Sigalit Eliazov wrote:
> H
Hi,
I recently upgraded to *Flink 1.19.1* and am using the *Flink Kubernetes
Operator 1.9* to deploy the Flink cluster. The checkpoints are defined
using PersistentVolumeClaims (PVCs), and the service account is configured
with the necessary permissions.
However, when starting the pipeline in *HA