You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
externaldataProviderResponseCacheTTL=flag.Duration("external-data-provider-response-cache-ttl", 3*time.Minute, "TTL for the external data provider response cache. Specify the duration in 'h', 'm', or 's' for hours, minutes, or seconds respectively. Defaults to 3 minutes if unspecified. Setting the TTL to 0 disables the cache.")
120
+
shutdownGracePeriod=flag.Duration("shutdown-grace-period", 10*time.Second, "time to wait before shutting down")
118
121
)
119
122
120
123
funcinit() {
@@ -309,7 +312,7 @@ func innerMain() int {
309
312
310
313
// Setup controllers asynchronously, they will block for certificate generation if needed.
0 commit comments