h4. What Change operator to watch specific namespaces and or labels
h4. Why Improve the performance and attend Wei definitions h4. How The Operator in fact just need to watch the operator namespace ( the app, database and operator are all in the mobile-security-service-operator ). Shows that just change the following part for the operator namespace will solve it.
{code:java} // Create a new Cmd to provide shared dependencies and start components mgr, err := manager.New(cfg, manager.Options{Namespace: ""}) // TO WATCH ALL NAMESPACES {code}
The bind needs to see just the namespace where it was a bind.
|
|