flinkk8soperator icon indicating copy to clipboard operation
flinkk8soperator copied to clipboard

Support user-defined multiple namespaces

Open pzou1974 opened this issue 5 years ago • 3 comments

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

pzou1974 avatar Jan 06 '20 20:01 pzou1974

@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

anandswaminathan avatar Jan 15 '20 21:01 anandswaminathan

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

lydian avatar May 27 '22 18:05 lydian

@lydian Default is all namespaces.

anandswaminathan avatar May 27 '22 20:05 anandswaminathan