diff --git a/tests/framework/config/kind-config-buildkite.yml b/tests/framework/config/kind-config-buildkite.yml index 04abf43850f..8baaac43108 100644 --- a/tests/framework/config/kind-config-buildkite.yml +++ b/tests/framework/config/kind-config-buildkite.yml @@ -15,25 +15,3 @@ nodes: apiServer: certSANs: - "docker" - - | - kind: InitConfiguration - nodeRegistration: - kubeletExtraArgs: - node-labels: "ingress-ready=true" - extraPortMappings: - - containerPort: 30265 - hostPort: 8265 - listenAddress: "0.0.0.0" - protocol: tcp - - containerPort: 30001 - hostPort: 10001 - listenAddress: "0.0.0.0" - protocol: tcp - - containerPort: 32365 - hostPort: 52365 - listenAddress: "0.0.0.0" - protocol: tcp - - containerPort: 30800 - hostPort: 8000 - listenAddress: "0.0.0.0" - protocol: tcp \ No newline at end of file diff --git a/tests/framework/config/kind-config.yaml b/tests/framework/config/kind-config.yaml index 861ffd46063..f64b87e8e29 100644 --- a/tests/framework/config/kind-config.yaml +++ b/tests/framework/config/kind-config.yaml @@ -2,26 +2,3 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - kubeadmConfigPatches: - - | - kind: InitConfiguration - nodeRegistration: - kubeletExtraArgs: - node-labels: "ingress-ready=true" - extraPortMappings: - - containerPort: 30265 - hostPort: 8265 - listenAddress: "0.0.0.0" - protocol: tcp - - containerPort: 30001 - hostPort: 10001 - listenAddress: "0.0.0.0" - protocol: tcp - - containerPort: 32365 - hostPort: 52365 - listenAddress: "0.0.0.0" - protocol: tcp - - containerPort: 30800 - hostPort: 8000 - listenAddress: "0.0.0.0" - protocol: tcp