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

Commit

Permalink
increase routecontroller resync_interval time
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
Alex Standke committed Jun 11, 2020
1 parent 44fac6b commit a7e5484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/routecontroller/routecontroller-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ metadata:
kapp.k14s.io/num-versions: "2"
data:
ISTIO_GATEWAY_NAME: cf-system/istio-ingressgateway
RESYNC_INTERVAL: "900"

0 comments on commit a7e5484

Please sign in to comment.