diff --git a/pkg/client/cache/reflector.go b/pkg/client/cache/reflector.go index 93612354e8..89b1c85f4e 100644 --- a/pkg/client/cache/reflector.go +++ b/pkg/client/cache/reflector.go @@ -224,7 +224,7 @@ func (r *Reflector) listAndWatch(stopCh <-chan struct{}) { } if err := r.watchHandler(w, &resourceVersion, resyncCh, stopCh); err != nil { if err != errorResyncRequested && err != errorStopRequested { - util.HandleError(fmt.Errorf("%s: watch of %v ended with: %v", r.name, r.expectedType, err)) + glog.Warningf("%s: watch of %v ended with: %v", r.name, r.expectedType, err) } return }