Re: [VOTE] Apache Flink Kubernetes Operator Release 1.5.0, release candidate #1

2023-05-12 Thread Gyula Fóra
Hi all! I am closing this vote now in light of the above mentioned blocker issue: https://issues.apache.org/jira/browse/FLINK-32067 The fix is on the way, I will create another RC later today. Cheers, Gyula On Fri, May 12, 2023 at 10:20 AM Gyula Fóra wrote: > The error only happens in cases

Re: [VOTE] Apache Flink Kubernetes Operator Release 1.5.0, release candidate #1

2023-05-12 Thread Gyula Fóra
The error only happens in cases when a podTemplate is not defined. The checkpointing/HA examples run well. Adding a simple (dummy) podtemplate to the basic.yaml makes it work: podTemplate: spec: containers: - name: flink-main-container I suspect it could be related to some

Re: [VOTE] Apache Flink Kubernetes Operator Release 1.5.0, release candidate #1

2023-05-12 Thread Gyula Fóra
Very strange, I also get an error when running the examples from the RC. It's different but could be related: Caused by: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.96.0.1/api/v1/namespaces/default/pods. Message: PodList in version "v1" cannot be

Re: [VOTE] Apache Flink Kubernetes Operator Release 1.5.0, release candidate #1

2023-05-12 Thread Márton Balassi
Hi Jim and Ted, Thanks for the quick response. For Openshift issue I would assume that adding the RBAC suggested here [1] would solve the problem, it seems fine to me. For the missing taskmanager could you please share the relevant logs from your jobmanager pod that is already show running?

[VOTE] Apache Flink Kubernetes Operator Release 1.5.0, release candidate #1

2023-05-12 Thread Hao t Chang
Seems missing taskmanager pod. I tried the following: kubectl create -f https://github.com/jetstack/cert-manager/releases/download/v1.8.2/cert-manager.yaml helm install 1.5rc1

Re: [VOTE] Apache Flink Kubernetes Operator Release 1.5.0, release candidate #1

2023-05-11 Thread Jim Busche
Hi Gyula, Thanks for the RC-1. I'm taking a look at the rc-1, and I'm having a problem deploying on OpenShift 4.10 and 4.12 for some reason. I first tried the helm install method in the default namespace, and the operator launches fine. But when I try one of the example flinkdeployments

[VOTE] Apache Flink Kubernetes Operator Release 1.5.0, release candidate #1

2023-05-11 Thread Gyula Fóra
Hi everyone, Please review and vote on the release candidate #1 for the version 1.5.0 of Apache Flink Kubernetes Operator, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) **Release Overview** As an overview, the release consists of