RE: Flink K8 Operator: New Snapshot CRD Not Working

2025-06-26 Thread Salva Alcántara
After upgrading the Flink Kubernetes Operator from v1.11 to v1.12 upgrades started to fail in all my jobs with the following error message: ``` Error during event processing ExecutionScope{ resource id: ResourceID{name='my-job-checkpoint-periodic-1741010907590', namespace='platform'}, version: 244

Re: Flink K8 Operator: New Snapshot CRD Not Working

2025-03-09 Thread Salva Alcántara
Thanks a lot for the confirmation Mate! Makes sense, in the meantime I fixed the issue by adding a ClusterRole & ClusterRoleBinding for the flink-operator ServiceAccount. Regards, Salva On Sun, Mar 9, 2025 at 2:11 PM Mate Czagany wrote: > Hi! > > When not using a cluster-wide installation, Ro

Re: Flink K8 Operator: New Snapshot CRD Not Working

2025-03-09 Thread Mate Czagany
Hi! When not using a cluster-wide installation, Role and RoleBinding resources to be able to interact with Flink resources are only installed in the namespaces listed in the `watchNamespaces` field. If the namespace where the operator is installed is not added to this list, RBAC will be configured