Skip to content

Commit c045cae

Browse files
Update namespace.go
1 parent ac18e18 commit c045cae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/controller/namespace.go

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ func (c *Controller) handleAddNamespace(key string) error {
144144
// this subnet is broken (it references a non-existent VPC) - we just ignore it.
145145
klog.Errorf("vpc %q is not found. Ignoring subnet %q: %v", s.Spec.Vpc, s.Name, err)
146146
break
147-
return nil
148147
}
149148
klog.Errorf("failed to get vpc %q: %v", s.Spec.Vpc, err)
150149
return err

0 commit comments

Comments
 (0)