mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-01 16:22:24 +00:00
Extend resyncPeriods in controllers in production.
This commit is contained in:
@@ -55,6 +55,7 @@ func NewNamespaceController(kubeClient client.Interface, experimentalMode bool,
|
||||
},
|
||||
},
|
||||
&api.Namespace{},
|
||||
// TODO: Can we have much longer period here?
|
||||
resyncPeriod,
|
||||
framework.ResourceEventHandlerFuncs{
|
||||
AddFunc: func(obj interface{}) {
|
||||
|
Reference in New Issue
Block a user