mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-20 01:40:36 +00:00
Automatic merge from submit-queue (batch tested with PRs 42211, 38691, 42737, 42757, 42754) [Federation] Generate a random nodePort for each service object in e2e tests. We now run e2e tests in parallel in the CI environment and nodeports are a single available range of numbers for all the service objects, so they have to be unique for each service object. ```release-note NONE ```