mirror of
https://github.com/k3s-io/k3s.git
synced 2026-02-20 08:21:41 -05:00
|
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
* tunnel: handle pod IP reuse a valid tunnel/session may be deleted when an IP is reused while a Complete pod (for example a job) was using that IP but is being gc'ed. This causes timeouts to webhooks after directDial is attempted because session was removed. Solution is to track the owner of the IP and delete the entry only when the the owner pod is deleted. Signed-off-by: Julian Vassev <jvassev@gmail.com> |
||
|---|---|---|
| .. | ||
| deps | ||
| proxy | ||
| server.go | ||
| server_test.go | ||
| tunnel.go | ||