Files
kubernetes/test
Antonio Ojea 513b55b00d hostNetwork tests can't share the same port
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.
2021-08-18 10:43:06 +02:00
..
2021-07-27 22:01:43 -07:00
2021-07-28 19:26:44 -07:00
2021-08-11 10:54:35 +02:00