Commit c0be080
committed
gha/conformance-clustermesh: let service nodeport be selected randomly
Do not hardcode the nodeport assigned to the clustermesh-apiserver
service, and instead let it be assigned randomly upon creation. This
prevents the possibility of hitting a conflict with the port assigned
to other services, which happens from time to time causing flakiness.
The original reason for hardcoding the port no longer holds since
cilium#24692 got fixed by [1].
[1]: 12acdb5 ("bpf/socklb: Don't resolve remote cluster NodePort services")
Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>1 parent d039eaa commit c0be080
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
569 | | - | |
570 | | - | |
| 569 | + | |
571 | 570 | | |
572 | 571 | | |
573 | 572 | | |
574 | 573 | | |
575 | | - | |
| 574 | + | |
576 | 575 | | |
577 | 576 | | |
578 | 577 | | |
| |||
589 | 588 | | |
590 | 589 | | |
591 | 590 | | |
592 | | - | |
593 | | - | |
| 591 | + | |
594 | 592 | | |
595 | 593 | | |
596 | 594 | | |
597 | 595 | | |
598 | | - | |
| 596 | + | |
599 | 597 | | |
600 | 598 | | |
601 | 599 | | |
| |||
0 commit comments