-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
openshift-4.16, openshift-4.17, openshift-4.18, openshift-4.19
-
None
-
Product / Portfolio Work
-
None
-
False
-
-
None
-
None
-
None
-
-
None
-
None
-
None
-
None
-
None
Currently, an EgressFirewall with a Deny rule behaves like a black hole, silently dropping packets and causing connections to time out after the TCP timeout period.
Instead, it should immediately respond with a TCP RST (reset) for denied connections. This would prevent applications from blocking on long timeouts, thereby reducing the number of hanging or blocked threads. When too many threads are tied up waiting, health checks (probes) may fail, potentially leading to unnecessary pod restarts.