How do I configure the Kubernetes operator to deploy nodes using private registry?

Hi,

I tested deploying MemSQL on Kubernetes cluster, I used an internal private registry for the memsql/operator image and the node deployment done by the operator pod was using the memsql/dynamic-node from docker public registry.

since my production does not have access to public docker registry and I am using an internal private registry, is it possible to configure the operator to use it for deployment?

This is a critical point for me to proceed with MemSQL clustered database.

Thanks

Hello,

The next release of the Kubernetes operator will allow you to use an internal private registry.

Scott