mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-19 16:24:33 +00:00
The pods using hostNetwork use the host network namespace, hence they have to share it with the rest of the process and pods. If several pods try to bind to the same port, the test will fail, so we try to use a non common port, and run the different scenario in the same test, so we only have to bind once and we avoid consuming ports reducing the port collision risk.