mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-31 08:36:16 +00:00
Merge pull request #12203 from jgriffiths1993/subnetid-vip
Pass SubnetID to vips.Create()
This commit is contained in:
@@ -622,6 +622,7 @@ func (lb *LoadBalancer) CreateTCPLoadBalancer(name, region string, externalIP ne
|
||||
Protocol: "TCP",
|
||||
ProtocolPort: ports[0].Port, //TODO: need to handle multi-port
|
||||
PoolID: pool.ID,
|
||||
SubnetID: lb.opts.SubnetId,
|
||||
Persistence: persistence,
|
||||
}
|
||||
if externalIP != nil {
|
||||
|
Reference in New Issue
Block a user