Binding both kind workers to the same localhost port fails, so just bind one

This commit is contained in:
Ryan Richard 2020-10-09 18:42:15 -07:00
parent d81d395c80
commit 6b135b93cf
1 changed files with 0 additions and 1 deletions

View File

@ -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}]