+1 (Non-binding) I tested the following: - helm repo install from flink-kubernetes-operator-1.5.0-helm.tgz (See note 1 below) - podman Dockerfile build from source, looked good. (See note 2 below) - twistlock vulnerability scans of proposed ghcr.io/apache/flink-kubernetes-operator:be07be7 looks good, except for known Snake item. - UI, basic sample, basic session jobs look good. Logs look as expected. - Checksums looked good - Tested OLM build/install on OpenShift 4.10.54 and OpenShift 4.12.7
Note 1: To install on OpenShift, I had to add an extra flink-operator clusterrole resource. See https://github.com/apache/flink-kubernetes-operator/pull/600 and issue https://issues.apache.org/jira/browse/FLINK-32103 Note 2: For some reason, I can't use podman on Red Hat 8 to build Flink, but the Podman from Red Hat 9.0 worked fine. Thanks, Jim