Skip to content

Commit 549b911

Browse files
authored
Merge pull request kubernetes#130716 from pacoxu/fix-bind-address-already-in-use
use diff port for TestCreateConfigWithoutWebHooks from TestCreateConfig
2 parents ac05e1a + 63cd30e commit 549b911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/cloud-provider/options/options_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ func TestCreateConfigWithoutWebHooks(t *testing.T) {
481481
"--allocate-node-cidrs=true",
482482
"--authorization-always-allow-paths=",
483483
"--bind-address=0.0.0.0",
484-
"--secure-port=10200",
484+
"--secure-port=10400",
485485
fmt.Sprintf("--cert-dir=%s/certs", tmpdir),
486486
"--cloud-provider=aws",
487487
"--cluster-cidr=1.2.3.4/24",

0 commit comments

Comments
 (0)