From 77bca5ff169638ddde3d626aadd2f5447c9bae95 Mon Sep 17 00:00:00 2001 From: Chaitanya Kuduvalli Ramachandra Date: Thu, 17 Nov 2022 18:41:35 +0530 Subject: [PATCH] Changing default value for disable compression Signed-off-by: Chaitanya Kuduvalli Ramachandra --- content/docs/2.9/operate/cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/2.9/operate/cluster.md b/content/docs/2.9/operate/cluster.md index a51020631..1a1261a93 100644 --- a/content/docs/2.9/operate/cluster.md +++ b/content/docs/2.9/operate/cluster.md @@ -94,7 +94,7 @@ The Kubernetes client config used within KEDA Operator and KEDA Metrics Adapter | ------------------- | ----------------------- | ------------- | -------------------------------------------------------------- | | kube-api-qps | cfg.QPS | 20.0 | Set the QPS rate for throttling requests sent to the apiserver | | kube-api-burst | cfg.Burst | 30 | Set the burst for throttling requests sent to the apiserver | -| disable-compression | cfg.DisableCompression | false | Disable compression for response in k8s restAPI in client-go, see [this Kubernetes issue](https://github.com/kubernetes/kubernetes/issues/112296) for details | +| disable-compression | cfg.DisableCompression | true | Disable compression for response in k8s restAPI in client-go, see [this Kubernetes issue](https://github.com/kubernetes/kubernetes/issues/112296) for details | ## Configure `MaxConcurrentReconciles` for Controllers