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

2022-05-25 Thread Jim Busche
Hi Yang, Thank you for the RC1. I couldn’t build from source due to the .git copy issue, but cloning and building from the release-1.0 branch looked good. * Twistlock vulnerability scan was clean of all known issues * Helm install with this release-1.0 source image ran fine on OpenShift

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

2022-05-25 Thread Yang Wang
I have verified this release candidate with the following and do not find other issues. * Install via helm chart * Create a Flink application and * Trigger savepoint manually * Status of finished job could be synced to CR status * Kill JobManager of finished job and do not trigger a fresh res

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

2022-05-24 Thread Biao Geng
Hi Yang, Thanks for the work! I successfully verified these items: 1. Verify that the checksums and GPG files are intact 2. Verify that the source distributions do not contain any binaries 3. Build the source distribution to ensure all source files 4. Validate the Maven artifacts do not contain any

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

2022-05-24 Thread Yang Wang
Thanks Gyula for sharing the feedback. I have created two tickets[1][2] to fix the problems and will integrate them in the next release candidate. I am not closing this vote and waiting for other verification comments. [1]. https://issues.apache.org/jira/browse/FLINK-27746 [2]. https://issues.ap

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

2022-05-23 Thread Gyula Fóra
Hi Yang! Thank you for preparing the RC. I have successfully verified the following: - Signatures, Hashes - No binaries in source release - Helm Repo works, Helm install works, docker image matches release commit tag - Build from source - Submit example job without errors Some problems that I ha