mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-09 01:25:37 +00:00
Automatic merge from submit-queue Flake 26210: decouple explicit access from port 80 Flake #26210 only happens for port 80. To decouple the possible causes, all tests with explicit port 80 are moved to port 1080 (these were 80% of the flakes). The urls without a specified port (which map to port 80 though) are left untouched. If port 1080 does not show up as flake now, there is really a connection to the actual port number.