lyft / flinkk8soperator

Kubernetes operator that provides control plane for managing Apache Flink applications
Apache License 2.0
568 stars 159 forks source link

Support user-defined multiple namespaces #152

Open pzou1974 opened 4 years ago

pzou1974 commented 4 years ago

Feature enhancement. Instead of flink-operator namespace, we'd like to support user-defined multiple namespaces per flink application

anandswaminathan commented 4 years ago

@pzou1974 This is already available. You can provide comma separated value for namespaces - https://github.com/lyft/flinkk8soperator/blob/v0.4.0/pkg/controller/config/config.go#L16

lydian commented 2 years ago

what should I do if I want to enable for all namespaces?

anandswaminathan commented 2 years ago

@lydian Default is all namespaces.