mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-12 05:08:50 +00:00
Extend resyncPeriods in controllers in production.
This commit is contained in:
@@ -85,7 +85,7 @@ func NewEndpointController(client *client.Client) *endpointController {
|
||||
},
|
||||
},
|
||||
&api.Pod{},
|
||||
kservice.PodRelistPeriod,
|
||||
5*time.Minute,
|
||||
framework.ResourceEventHandlerFuncs{
|
||||
AddFunc: e.addPod,
|
||||
UpdateFunc: e.updatePod,
|
||||
|
||||
Reference in New Issue
Block a user