mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-07-07 00:41:23 -04:00
A previous PR (#71573) intended to clear conntrack entry on endpoint changes when using nodeport by introducing a dedicated function to remove the stale conntrack entry on the node port and allow traffic to resume. By doing so, it has introduced a nodeport specific bug where the conntrack entries related to the ClusterIP does not get clean if endpoint is changed (issue #96174). We fix by doing ClusterIP cleanup in all cases. |
||
|---|---|---|
| .. | ||
| apis | ||
| config | ||
| healthcheck | ||
| iptables | ||
| ipvs | ||
| metaproxier | ||
| metrics | ||
| userspace | ||
| util | ||
| winkernel | ||
| winuserspace | ||
| BUILD | ||
| doc.go | ||
| endpoints.go | ||
| endpoints_test.go | ||
| endpointslicecache.go | ||
| endpointslicecache_test.go | ||
| OWNERS | ||
| service.go | ||
| service_test.go | ||
| topology.go | ||
| topology_test.go | ||
| types.go | ||