Skip to content

Commit

Permalink
fix: should update subnet status after change vm subnet (#4061)
Browse files Browse the repository at this point in the history
Signed-off-by: bobz965 <[email protected]>
  • Loading branch information
bobz965 authored May 22, 2024
1 parent 3a7ee34 commit d76545b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ func (c *Controller) changeVMSubnet(vmName, namespace, providerName, subnetName
return err
}
}
c.updateSubnetStatusQueue.Add(ipCR.Spec.Subnet)
// handleAddOrUpdatePod will create new lsp and new ip cr
}
return nil
Expand Down

0 comments on commit d76545b

Please sign in to comment.