Re: Flink’s Kubernetes HA services - NOT working

2021-03-01 Thread Till Rohrmann
t;>>>>>>>> metadata: >>>>>>>>>>> name: flink-jobmanager >>>>>>>>>>> spec: >>>>>>>>>>> replicas: 1 >>>>>>>>>>> selector: >>>>&g

Re: Flink’s Kubernetes HA services - NOT working

2021-03-01 Thread Till Rohrmann
> server: "my-nfs-server.my-org" >>>>>>>>> path: "/my-shared-nfs-dir/flink/checkpoints" >>>>>>>>> - name: flink-recovery >>>>>>>>> nfs: >>>>>>>>>

Re: Flink’s Kubernetes HA services - NOT working

2021-02-18 Thread Till Rohrmann
er" >>>>>>> volumeMounts: >>>>>>> - name: flink-config >>>>>>> mountPath: /opt/flink/conf/flink-conf.yaml >>>>>>> subPath: flink-conf.yaml >>>>>>> # NF

Re: Flink’s Kubernetes HA services - NOT working

2021-02-16 Thread Till Rohrmann
i.apache.org/projects/flink/flink-docs-stable/deployment/resource-providers/standalone/kubernetes.html >>>>> with some per-company configuration obviously, but still under the >>>>> scope of this document.. >>>>> >>>>> on a normal beaut

Re: Flink’s Kubernetes HA services - NOT working

2021-02-16 Thread Till Rohrmann
figmaps/flink-cluster-restserver-leader. >>> Message: Forbidden!Configured service account doesn't have access. Service >>> account may have been revoked. configmaps "flink-cluster-restserver-leader" >>> is forbidden: User "system:serviceaccount:in

Re: Flink’s Kubernetes HA services - NOT working

2021-02-15 Thread Matthias Pohl
nk should be >> aware of the namespace it resides in, it damages the modularity of upper >> layers of configurations, regardless we added it and then got the the >> following error: >> >> 2021-02-14 17:00:57,086 ERROR >> io.fabric8.kubernetes.client.extended.le

Re: Flink’s Kubernetes HA services - NOT working

2021-02-11 Thread Matthias Pohl
One other thing: It looks like you've set high-availability.storageDir to a local path file:///opt/flink/recovery. You should use a storage path that is accessible from all Flink cluster components (e.g. using S3). Only references are stored in Kubernetes ConfigMaps [1]. Best, Matthias [1] https:

Re: Flink’s Kubernetes HA services - NOT working

2021-02-10 Thread Matthias Pohl
Hi Daniel, what's the exact configuration you used? Did you use the resource definitions provided in the Standalone Flink on Kubernetes docs [1]? Did you do certain things differently in comparison to the documentation? Best, Matthias [1] https://ci.apache.org/projects/flink/flink-docs-release-1.