From ffaf5bf4db4e17176d47de943750c6a6e409bd0e Mon Sep 17 00:00:00 2001 From: Martin Gencur Date: Mon, 16 Sep 2024 14:29:00 +0200 Subject: [PATCH] Remove cocurrenty-state-endpoint from docs (#6095) This configuration element was removed as part of https://github.com/knative/serving/pull/13830 --- docs/serving/configuration/deployment.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/serving/configuration/deployment.md b/docs/serving/configuration/deployment.md index 37aaa7897b..d23ea0646f 100644 --- a/docs/serving/configuration/deployment.md +++ b/docs/serving/configuration/deployment.md @@ -52,9 +52,6 @@ data: # for the queue proxy sidecar container. # If omitted, no value is specified and the system default is used. queue-sidecar-ephemeral-storage-limit: "1024Mi" - # concurrency-state-endpoint is the endpoint that queue-proxy calls when its traffic drops to zero or - # scales up from zero. - concurrency-state-endpoint: "" ``` ## Configuring progress deadlines