From ae5d62036ad6df663dfc6989ac57dc2c314aedca Mon Sep 17 00:00:00 2001 From: Sascha Schwarze Date: Tue, 14 Jan 2025 09:21:48 +0100 Subject: [PATCH] Set PROBE_MAX_RETRY_DELAY_SECONDS to 5 This improves the time it takes to provision a new or updated KService on large clusters. See https://github.com/knative/networking/pull/1001 for more information. Signed-off-by: Sascha Schwarze --- config/500-controller.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/500-controller.yaml b/config/500-controller.yaml index 5309edb00..1e3586058 100644 --- a/config/500-controller.yaml +++ b/config/500-controller.yaml @@ -69,6 +69,9 @@ spec: - name: METRICS_DOMAIN value: knative.dev/net-istio + - name: PROBE_MAX_RETRY_DELAY_SECONDS + value: "30" + securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true