Do not handle AlreadyExists errors yet

This commit is contained in:
Michail Kargakis
2016-11-10 15:45:56 +01:00
parent a551dff534
commit 8cd4459b6c
2 changed files with 5 additions and 2 deletions

View File

@@ -301,6 +301,7 @@ func (dc *DeploymentController) handleErr(err error, key interface{}) {
}
utilruntime.HandleError(err)
glog.V(2).Infof("Dropping deployment %q out of the queue: %v", key, err)
dc.queue.Forget(key)
}