kubernetes-sigs / ip-masq-agent

Manage IP masquerade on nodes
Apache License 2.0
217 stars 70 forks source link

Need a flag to disable --random-fully added in #108 #124

Closed jingyuanliang closed 8 months ago

jingyuanliang commented 9 months ago

https://github.com/kubernetes-sigs/ip-masq-agent/pull/108

@Ramkumar-K @MrHohn

--random-fully works by itself, but causes some side effects such as change in the source port, and unexpected interaction with ebpf code. It would be nice to have a way to disable it to avoid such issues (with the known risk of race condition).

jingyuanliang commented 8 months ago

https://github.com/kubernetes-sigs/ip-masq-agent/pull/126