Re: [VOTE] Apache Flink Kubernetes Operator Release 1.0.0, release candidate #2

2022-05-29 Thread Yang Wang
Thanks Jim for providing the information and Gyula for sharing the concerns. I will create the release candidate #3 after we have more progress on the FLINK-27804, whether we are sure it is resolved or we have found the root cause. Also I will try to make the Dockerfile could work for podman. B

Re: [VOTE] Apache Flink Kubernetes Operator Release 1.0.0, release candidate #2

2022-05-27 Thread Gyula Fóra
Hi Devs! We have been performing extensive manual testing on the release. We have found some very infrequent savepoint upgrade issues with Flink 1.15 deployments that we could not reliably reproduce so far. I have added a fix that hopefully eliminates the root cause ( https://issues.apache.org/ji

RE: [VOTE] Apache Flink Kubernetes Operator Release 1.0.0, release candidate #2

2022-05-27 Thread Jim Busche
Hi Yang, Oh, I’ve been using podman on Red Hat for testing: podman version Client: Podman Engine Version: 4.0.2 API Version: 4.0.2 If I use Docker (version 20.10.13 for me right now) then it builds fine with that COPY git line. Nice! To use podman, I need to either comment

Re: [VOTE] Apache Flink Kubernetes Operator Release 1.0.0, release candidate #2

2022-05-26 Thread Yang Wang
Thanks Jim for the testing. Could you please share the docker version you are using to build the image? It works well for "20.10.8". *COPY *.git ./.git* The above copy command should ignore the .git directory if it does not exist. Best, Yang Jim Busche 于2022年5月27日周五 02:57写道: > Hi Yang, > > >

Re: [VOTE] Apache Flink Kubernetes Operator Release 1.0.0, release candidate #2

2022-05-26 Thread Jim Busche
Hi Yang, I still see the git issue when trying to build from source: [1/2] STEP 16/19: COPY *.git ./.git Error: error building at STEP "COPY *.git ./.git": checking on sources under "/root/FLINK/release-1.0-rc2/flink-kubernetes-operator-1.0.0": Rel: can't make relative to /root/FLINK/release

[VOTE] Apache Flink Kubernetes Operator Release 1.0.0, release candidate #2

2022-05-26 Thread Yang Wang
Hi everyone, Please review and vote on the release candidate #2 for the version 1.0.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 th