Merge pull request #130716 from pacoxu/fix-bind-address-already-in-use

use diff port for TestCreateConfigWithoutWebHooks from TestCreateConfig
This commit is contained in:
Kubernetes Prow Robot
2025-03-11 14:05:47 -07:00
committed by GitHub

View File

@@ -481,7 +481,7 @@ func TestCreateConfigWithoutWebHooks(t *testing.T) {
"--allocate-node-cidrs=true",
"--authorization-always-allow-paths=",
"--bind-address=0.0.0.0",
"--secure-port=10200",
"--secure-port=10400",
fmt.Sprintf("--cert-dir=%s/certs", tmpdir),
"--cloud-provider=aws",
"--cluster-cidr=1.2.3.4/24",