From 64a1051b782111146213e5e2ef810d968d11e817 Mon Sep 17 00:00:00 2001 From: flyinghorse0510 Date: Thu, 17 Aug 2023 22:33:26 +0800 Subject: [PATCH] loosen knative webhook timeout restriction --- configs/knative_yamls/serving-core.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/knative_yamls/serving-core.yaml b/configs/knative_yamls/serving-core.yaml index 6f5f46d1b..fe0eba068 100644 --- a/configs/knative_yamls/serving-core.yaml +++ b/configs/knative_yamls/serving-core.yaml @@ -6721,7 +6721,7 @@ webhooks: - key: app.kubernetes.io/component operator: In values: ["autoscaler", "controller", "logging", "networking", "observability", "tracing"] - timeoutSeconds: 10 + timeoutSeconds: 60 --- # Copyright 2020 The Knative Authors @@ -6882,7 +6882,7 @@ webhooks: failurePolicy: Fail sideEffects: None name: validation.webhook.domainmapping.serving.knative.dev - timeoutSeconds: 10 + timeoutSeconds: 60 rules: - apiGroups: - serving.knative.dev @@ -6929,7 +6929,7 @@ webhooks: failurePolicy: Fail sideEffects: None name: validation.webhook.serving.knative.dev - timeoutSeconds: 10 + timeoutSeconds: 60 rules: - apiGroups: - autoscaling.internal.knative.dev