Hey everyone! I'm looking at moving our self hoste...
# random
t
Hey everyone! I'm looking at moving our self hosted Flink cluster into our new k8s cluster. I was thinking of using the Kubernetes Operator however I got a question from our infra team that I couldn't quite answer so I figured I'd turn here for help. The question I got was in regards to installing the certification manager (as described here) for the webhook and more specifically what that webhook would be used for. Didn't find anything in the docs and what the impact of turning it off would be when installing by passing
--set webhook.create=false
👀 1
Copy code
webhook.create	| Whether to enable validating and mutating webhooks for flink-kubernetes-operator.	| true
g
The webhook is a completely optional component . It helps with upfront validation but is not required
✅ 2