Bump version
This commit is contained in:
parent
fc6d9a47fd
commit
d3a51031c3
5 changed files with 9 additions and 8 deletions
|
|
@ -120,7 +120,7 @@ func (c *ClusterManager) Checkpoint(lbs []*loadbalancers.L7RuntimeInfo, nodeName
|
|||
portMap[p] = struct{}{}
|
||||
}
|
||||
nodePorts = []int64{}
|
||||
for p, _ := range portMap {
|
||||
for p := range portMap {
|
||||
nodePorts = append(nodePorts, p)
|
||||
}
|
||||
if err := c.backendPool.Sync(nodePorts); err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue