Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit a7e5484

Browse files
author
Alex Standke
committed
increase routecontroller resync_interval time
- the default of 30s is way too aggressive for larger components - it takes over 90s to resync 1,000 routes - 900s would give us time for 9,000-10,000 routes, more than istio can performantly handle - this is only for disaster recovery or cases where operators mess up their config, so 15 minutes is still a pretty good recovery time discovered as part of [#173163584](https://www.pivotaltracker.com/story/show/173163584)
1 parent 44fac6b commit a7e5484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/routecontroller/routecontroller-configmap.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ metadata:
1010
kapp.k14s.io/num-versions: "2"
1111
data:
1212
ISTIO_GATEWAY_NAME: cf-system/istio-ingressgateway
13+
RESYNC_INTERVAL: "900"

0 commit comments

Comments
 (0)