Skip to content

Commit

Permalink
Merge pull request kubernetes#30874 from mwielgus/ret-nc
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Federated namespace controller - stop reconcilation if not in sync

cc: @quinton-hoole @kubernetes/sig-cluster-federation
  • Loading branch information
Kubernetes Submit Queue authored Aug 18, 2016
2 parents 6659d80 + 420bab4 commit 7c1d59b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ func (nc *NamespaceController) reconcileNamespacesOnClusterChange() {
func (nc *NamespaceController) reconcileNamespace(namespace string) {
if !nc.isSynced() {
nc.deliverNamespace(namespace, nc.clusterAvailableDelay, false)
return
}

baseNamespaceObj, exist, err := nc.namespaceInformerStore.GetByKey(namespace)
Expand Down

0 comments on commit 7c1d59b

Please sign in to comment.