mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-09 01:25:37 +00:00
@@ -320,7 +320,7 @@ func (c *DiscoveryController) Run(stopCh <-chan struct{}, synchedCh chan<- struc
|
|||||||
utilruntime.HandleError(fmt.Errorf("timed out waiting for initial discovery sync"))
|
utilruntime.HandleError(fmt.Errorf("timed out waiting for initial discovery sync"))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
utilruntime.HandleError(fmt.Errorf("unexpected error: %v", err))
|
utilruntime.HandleError(fmt.Errorf("unexpected error: %w", err))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
close(synchedCh)
|
close(synchedCh)
|
||||||
|
|||||||
Reference in New Issue
Block a user