Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
Signed-off-by: clyi <clyi@alauda.io>
  • Loading branch information
changluyi committed Feb 5, 2025
1 parent c24b4c3 commit 98bb512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ func (c *Controller) handleUpdateService(svcObject *updateSvcObject) error {
}

if err := c.checkServiceLBIPBelongToSubnet(svc); err != nil {
klog.Error(err)
return err
}

Expand Down

0 comments on commit 98bb512

Please sign in to comment.