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
-
shutdownWaitPeriod=flag.Duration("shutdown-wait-period", 10*time.Second, "The amount of time to wait before shutting down gracefully. This is used to delay webhook shutdown until the API Server stops sending new connections")
120
+
shutdownDelayDuration=flag.Duration("shutdown-delay-duration", 10*time.Second, "The amount of time to wait before shutting down gracefully. This can be used to delay webhook shutdown until the API Server stops trying to make new connections")
121
121
)
122
122
123
123
funcinit() {
@@ -312,7 +312,7 @@ func innerMain() int {
312
312
313
313
// Setup controllers asynchronously, they will block for certificate generation if needed.
0 commit comments