From 8a0e222aa3e763b3187660a65f7b0489fe0749c5 Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Wed, 28 Feb 2024 16:47:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20extend=20the=20timeout=20for=20t?= =?UTF-8?q?he=20validating=20webhook=20(#1042)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ivan Milchev --- config/webhook/manifests.yaml | 2 ++ controllers/admission/webhook-manifests.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config/webhook/manifests.yaml b/config/webhook/manifests.yaml index a01634a47..35b858d21 100644 --- a/config/webhook/manifests.yaml +++ b/config/webhook/manifests.yaml @@ -32,3 +32,5 @@ webhooks: - jobs - cronjobs sideEffects: None + # The default is 10s but on slow clusters we may take longer + timeout: 20s diff --git a/controllers/admission/webhook-manifests.yaml b/controllers/admission/webhook-manifests.yaml index af84024ba..b3f96ecb0 100644 --- a/controllers/admission/webhook-manifests.yaml +++ b/controllers/admission/webhook-manifests.yaml @@ -31,3 +31,5 @@ webhooks: - jobs - cronjobs sideEffects: None + # The default is 10s but on slow clusters we may take longer + timeout: 20s