From 6b135b93cf2e8dd374b223c36a2cc89304e47678 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Fri, 9 Oct 2020 18:42:15 -0700 Subject: [PATCH] Binding both kind workers to the same localhost port fails, so just bind one --- hack/lib/kind-config/multi-node.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/lib/kind-config/multi-node.yaml b/hack/lib/kind-config/multi-node.yaml index 4e4105f6..b9bdaf79 100644 --- a/hack/lib/kind-config/multi-node.yaml +++ b/hack/lib/kind-config/multi-node.yaml @@ -3,6 +3,5 @@ apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - role: worker - extraPortMappings: [{containerPort: 31234, hostPort: 12345, protocol: TCP}] - role: worker extraPortMappings: [{containerPort: 31234, hostPort: 12345, protocol: TCP}]