Curiosity.. kubernetes-operator behavior

If I install the kubernetes operator on a namespace that already has MongoDB installed, will operator be managing the MongoDB?

Hi @Tommy_Park , do you mean installing the Operator in a namespace that contains an install of MongoDB that was not created using our Operator?

If so, no, the Operator will not automatically start managing that. We don’t have a supported way to make the Operator take ownership of an existing MongoDB deployment. Any deployments managed by the Operator need to have been created using it, by creating the corresponding yaml Custom Resource.

1 Like

Thanks for the reply. :slight_smile:
I needed to hear that.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.