-
I have tried scaling using Is there any way to scale StrimziPodSet resources manually, with kubectl? This is needed when we want to shutdown our development clusters over the weekend, to save on compute costs (we usually scale down kafka, then zopokeepers down to 0, before shutting down the nodes, to avoid corruption). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
No, you cannot scale them down. This is not how they are designed, the do not have any number of replicas. You can delete them and later have the operator recreate them on Monday I guess. |
Beta Was this translation helpful? Give feedback.
No, you cannot scale them down. This is not how they are designed, the do not have any number of replicas. You can delete them and later have the operator recreate them on Monday I guess.