From a28e4f44d9eb5531678d2ae574425b2e4e0a43c5 Mon Sep 17 00:00:00 2001 From: Martin Gencur Date: Tue, 13 Aug 2024 09:59:06 +0200 Subject: [PATCH] Remove cocurrenty-state-endpoint from docs 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