In the process of the evaluation of the Flink K8S Operator, We wanted to check the Watch Namespace functionality of the operator. But seems like after deploying the Operator with --set watchNamespac parameter, It is happening in the whole cluster.
According to the above command (As per the documentation) it should only monitor the resources in flink-watch-ns, but still, We are able to deploy Job Cluster or Session Cluster in all the namespaces of the cluster.
Please let us know if we are missing any steps or there is any related bug.
Note: We are using the code from the master branch.
Yes it is absolutely possible.
But unfortunately the current helm chart may need additional changes to separate namespace (with respective SA) and cluster level deployment chart.
In the process of the evaluation of the Flink K8S Operator, We wanted to check the Watch Namespace functionality of the operator. But seems like after deploying the Operator with
--set watchNamespac
parameter, It is happening in the whole cluster.Command Used:
According to the above command (As per the documentation) it should only monitor the resources in
flink-watch-ns
, but still, We are able to deployJob Cluster
orSession Cluster
in all the namespaces of the cluster.Please let us know if we are missing any steps or there is any related bug.
Note: We are using the code from the master branch.