Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge pull request #1323 from run-ai/fix-ha-code #1325

Merged
merged 1 commit into from
Dec 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/admin/config/ha.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ Run:ai uses three third parties which are managed as Kubernetes StatefulSets:
* **PostgreSQL**—It is not possible to configure an internal PostgreSQL to scale horizontally. If this is of importance, please contact Customer Support to understand how to connect Run:ai to an external PostgreSQL service which can be configured for high availability.
* **Thanos**—To enable Thanos autoscaling, use the following Run:ai control-plane helm flags:

```
```bash
--set thanos.query.autoscaling.enabled=true
--set thanos.query.autoscaling.maxReplicas=2
--set thanos.query.autoscaling.maxReplicas=2
--set thanos.query.autoscaling.minReplicas=2
```

## Run:ai Cluster

Expand Down
Loading