Suggestion on deploying operator in multiple namespaces #10180
prakashpsgcse
started this conversation in
General
Replies: 1 comment
-
The operator always reconciles the different clusters in parallel if needed. And always did. So not sure what exactly was the situation you observed. In general, having a cluster-wide operator installation is probably the best thing for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have k8s cluster with 5 namespaces and we deployed single operator to watch all namespace. We would like to get a suggestion on best practice on operator deployment when we go for PodSetController.In past we faced issue where all 5 clusters were down with /tmp size issues . We increased /tmp dir size but operator took sometime to apply /tmp changes in StateFullSet of Kafka . During that phase reconciliation was slow (it was like reconciliation of namespace one by one).
We would like to understand some functionality of cluster operator and need suggestion on operator deployment with enabled UseStrimziPodSets.
Beta Was this translation helpful? Give feedback.
All reactions