mirror of https://github.com/k3s-io/k3s
Replace Port with NodePort for creating LB members
parent
081d9c64d2
commit
a9aa2c6acc
|
@ -586,7 +586,7 @@ func (lb *LoadBalancer) CreateTCPLoadBalancer(name, region string, externalIP ne
|
|||
|
||||
_, err = members.Create(lb.network, members.CreateOpts{
|
||||
PoolID: pool.ID,
|
||||
ProtocolPort: ports[0].Port, //TODO: need to handle multi-port
|
||||
ProtocolPort: ports[0].NodePort, //TODO: need to handle multi-port
|
||||
Address: addr,
|
||||
}).Extract()
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue