Skip to content

Commit

Permalink
Delete Duplicated Content (kedacore#377)
Browse files Browse the repository at this point in the history
High Availability Section is duplicated, so I deleted one of them.

Signed-off-by: firat.komurcu <[email protected]>
  • Loading branch information
MehmetFiratKomurcu authored Feb 22, 2021
1 parent 7834402 commit 7ae53f5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions content/docs/2.1/operate/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,6 @@ These are used by default when deploying through YAML.

> 💡 For more info on CPU and Memory resource units and their meaning, see [this](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-units-in-kubernetes) link.
## High Availability

KEDA does not provide support for high-availability due to upstream limitations.

Here is an overview of all KEDA deployments and the supported replicas:

| Deployment | Support Replicas | Reasoning |
|----------------|-------------------------|-------------------------------|
| Operator | 1 | |
| Metrics Server | 1 | Limitation in [k8s custom metrics server](https://github.com/kubernetes-sigs/custom-metrics-apiserver/issues/70) |

## HTTP Timeouts

Some scalers issue HTTP requests to external servers (i.e. cloud services). Each applicable scaler uses its own dedicated HTTP client with its own connection pool, and by default each client is set to time out any HTTP request after 3 seconds.
Expand Down

0 comments on commit 7ae53f5

Please sign in to comment.