Skip to content

Commit

Permalink
Set PROBE_MAX_RETRY_DELAY_SECONDS to 5
Browse files Browse the repository at this point in the history
This improves the time it takes to provision a new or updated KService on large clusters. See knative/networking#1001 for more information.

Signed-off-by: Sascha Schwarze <schwarzs@de.ibm.com>
  • Loading branch information
SaschaSchwarze0 committed Jan 14, 2025
1 parent 21d44ac commit 754e6bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/500-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ spec:
- name: METRICS_DOMAIN
value: knative.dev/net-istio

# Improve provisioning time of new or updated kservice in large clusters
# see https://github.com/knative/networking/pull/1001
- name: PROBE_MAX_RETRY_DELAY_SECONDS
value: "5"

securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down

0 comments on commit 754e6bf

Please sign in to comment.