Binding both kind workers to the same localhost port fails, so just bind one
This commit is contained in:
parent
d81d395c80
commit
6b135b93cf
@ -3,6 +3,5 @@ apiVersion: kind.x-k8s.io/v1alpha4
|
|||||||
nodes:
|
nodes:
|
||||||
- role: control-plane
|
- role: control-plane
|
||||||
- role: worker
|
- role: worker
|
||||||
extraPortMappings: [{containerPort: 31234, hostPort: 12345, protocol: TCP}]
|
|
||||||
- role: worker
|
- role: worker
|
||||||
extraPortMappings: [{containerPort: 31234, hostPort: 12345, protocol: TCP}]
|
extraPortMappings: [{containerPort: 31234, hostPort: 12345, protocol: TCP}]
|
||||||
|
Loading…
Reference in New Issue
Block a user