openshift / kubefed-operator

Operator for Kubefed
Apache License 2.0
15 stars 15 forks source link

Cluster Scoped Operator only listens to self.namespace #49

Closed cwilkers closed 5 years ago

cwilkers commented 5 years ago

On installation through OLM, the kubefed-operator (0.1.0) supplies .metadata.namespace instead of .metadata.annotations.olm.targetNamespace to the operator's controller. Because of this, the operator, even when cluster scoped, will only watch the namespace where it is created, typically openshift-operators on OCP.