Replies: 2 comments 1 reply
-
I have no idea about Helm, so I can only suggest how to do it outside of Helm and maybe you or some other Helm user figure out how to do it with Helm. The custom resource and the things they created are dependent on the Custom Resource Definitions. So when moving the operator to another namespace, it is important to delete only operator Deployment and the related parts (logging Config Map, RBAC resources), but not the CRDs. And then in the new namespace you just have to create the deleted resources again. So when installing from YAMLs, it is relatively simple operation. |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We installed the Strimzi Cluster operator on a specific namespace and would like to relocate it to a new namespace in the same cluster.
Is there a way of doing that without affecting the already deployed resources (clusters, topics, users)?
We used helm to deploy it BTW.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions