nats-io / nats-streaming-operator

NATS Streaming Operator
Apache License 2.0
174 stars 44 forks source link

Can not deploy cluster in namespace other than default #49

Open waeljammal opened 4 years ago

waeljammal commented 4 years ago

Does this operator not support deploying streaming clusters in other name spaces like nats-operator does? I tried modifying the resource definition to be Cluster scoped instead of Namespace but start getting an error:

msg="Failed to create replica Pod: an empty namespace may not be set during creation"

Is there any way to do this? Or it's just not supported and all your clusters must be in default namespace?

Thanks