Successfully built and deployed the bundle from the 
flink-kubernetes-operator-1.5.0-rc2
Steps:
Create a fresh KinD cluster (v0.18.0 go1.20.2 linux/amd64)
wget 
https://dist.apache.org/repos/dist/dev/flink/flink-kubernetes-operator-1.5.0-rc2/flink-kubernetes-operator-1.5.0-src.tgz
tar xzvf flink-kubernetes-operator-1.5.0-src.tgz
cd flink-kubernetes-operator-1.5.0/tools/olm
# env.sh
BUNDLE_VERSION=1.5.0
PREVIOUS_BUNDLE_VERSION=1.4.0
DOCKER_REGISTRY="ttl.sh"
DOCKER_ORG="$(head -c24 < /dev/random|base64|tr -dc "[:lower:]"|head -c24)"
IMAGE_TAG="30m"
OPERATOR_IMG=ghcr.io/apache/flink-kubernetes-operator:be07be7

./generate-olm-bundle.sh

curl -sL 
https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.24.0/install.sh
 | bash -s v0.24.0

Follow screen output to install catsrc, sub, og, apply ../../basic.yaml, and 
verify no error in the deploy/basic-example log.

Reply via email to