nats-operator icon indicating copy to clipboard operation
nats-operator copied to clipboard

WIP: allow for changing the namespace where operator runs

Open supriya-premkumar opened this issue 5 years ago • 5 comments

Changes:

  • Changed KubernetesNamespaceNatsIO to a var.
  • This will allow a compile time override of nats namespace for advanced k8s admins to configure a non nats-io namespace for cluster scoped deployment.
  • Enables workflows referred by https://github.com/nats-io/nats-operator/issues/126

supriya-premkumar avatar Apr 10 '19 03:04 supriya-premkumar

@supriya-premkumar thank you for this contribution. Following #126, would you be open to work with me to evolve this PR into something that doesn't depend on having users building their own images?

pires avatar Apr 10 '19 16:04 pires

@supriya-premkumar thank you for this contribution. Following #126, would you be open to work with me to evolve this PR into something that doesn't depend on having users building their own images?

Hi @pires I would be happy to help with this. Could you please give me pointers on where I can get started and Thank you for your time on this.

supriya-premkumar avatar Apr 10 '19 17:04 supriya-premkumar

Can I find you on NATS slack, @supriya-premkumar? Ping me @pires! Thanks a lot.

pires avatar Apr 10 '19 17:04 pires

why isn't it merged? i'm very interested for this feature.

ki0 avatar May 12 '22 09:05 ki0

The limitation here is that this requires users to build their own binaries/container images. I also think this would not work as expected given https://github.com/nats-io/nats-operator/blob/master/cmd/operator/main.go#L108-L112

pires avatar May 13 '22 08:05 pires