Egress traffics is disconnected for about 30 seconds when deleting an Egress Pod
masa213f opened this issue · 1 comments
masa213f commented
Describe the bug
Egress traffics is disconnected for about 30 seconds when deleting an Egress Pod.
Environments
- Version: coil v2.0.14
To Reproduce
- Create an Egress resource. (
.spec.replicas
is 2 or more.) - Create a client pod which uses the Egress NAT.
ping
to the external network via the Egress NAT from the client pod.- Delete the Egress Pods one by one.
When deleting an Egress Pod, sometimes ping
will fail (packets lost) for about 30 seconds.
Expected behavior
There are some replicas. So I want to switch the Egress Pod immediately.