Skip to content

Commit

Permalink
Changing default value for disable compression
Browse files Browse the repository at this point in the history
Signed-off-by: Chaitanya Kuduvalli Ramachandra <[email protected]>
  • Loading branch information
Chaitanya Kuduvalli Ramachandra authored and Chaitanya Kuduvalli Ramachandra committed Nov 17, 2022
1 parent 7e41ea5 commit 77bca5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/2.9/operate/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 77bca5f

Please sign in to comment.