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 <[email protected]>
  • Loading branch information
SaschaSchwarze0 committed Jan 15, 2025
1 parent 21d44ac commit ae5d620
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/500-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae5d620

Please sign in to comment.