Re: Using Flink k8s operator on OKD

2023-09-19 Thread Zach Lorimer
I haven’t used OKD but it sounds like OLM. If that’s the case, I’m assuming the operator was deployed to the “operators” namespace. In that case, you’ll need to create the RBACs and such in the Flink namespace for that deployment to work. For example this needs to be in each namespace that you wan

Ways to expose Flink Operator metrics port on k8s?

2023-09-13 Thread Zach Lorimer
Hi all, Is there any way to expose the Flink Operator’s metrics besides using Helm? I’m specifically looking for a means while using OLM, if one exists. Every option I pass in on the subscription doesn’t seem to work. Thanks, Z

Modifying default config when deploying operator with OLM

2023-09-12 Thread Zach Lorimer
Hi, Is there any way to override or modify the default configuration that is deployed in the Flink Operator when using OLM (operator lifecycle manager)? I can't seem to find anything and the only solution I've come up with is to patch the ConfigMap after deployment and wait 5 minutes for the dynami