Skip to content

Commit

Permalink
fix: pod mistaken ls label (#1925)
Browse files Browse the repository at this point in the history
  • Loading branch information
lut777 committed Sep 21, 2022
1 parent ff176b8 commit 0781921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/subnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ func (c *Controller) reconcileOvnRoute(subnet *kubeovnv1.Subnet) error {
podNets, err := c.getPodKubeovnNets(pod)
if err != nil {
klog.Errorf("failed to get pod nets %v", err)
return err
continue
}

podPorts := make([]string, 0, 1)
Expand Down

0 comments on commit 0781921

Please sign in to comment.