kong-operator
kong-operator copied to clipboard
Creating multiple clusters w/same name breaks logic
There's an internal map which manages the clusters deployed inside the operator. Right now it's using the name of the cluster, need to make unique by appending the namespace or something.
For now, the workaround is to make sure clusters have unique names.