In scenarios like with Kubernetes, a single server (ip) may have any number of ports, and in many cases the port will change many many times over it's lifetime.
The problem here is that we never actually remove server ports. We only remove the server if there are no ports referencing it. This may lead to situations like this.
In scenarios like with Kubernetes, a single server (ip) may have any number of ports, and in many cases the port will change many many times over it's lifetime.
The problem here is that we never actually remove server ports. We only remove the server if there are no ports referencing it. This may lead to situations like this.
We are testing a fix by adding something like this to the _delete function for members.
This would make the _delete function remove the port, but only if it is the last remaining member using that port on the server.