diff --git a/docs/vendor/testing-cluster-addons.md b/docs/vendor/testing-cluster-addons.md index 167ff51950..e423b635cb 100644 --- a/docs/vendor/testing-cluster-addons.md +++ b/docs/vendor/testing-cluster-addons.md @@ -76,60 +76,3 @@ Additional service accounts can be created in any namespace with access to the o -### Postgres (Alpha) - -The Replicated cluster Postgres add-on can be used to create Postgres databases for clusters (currently only AWS RDS Postgres is supported for EKS clusters). - -Assuming you already have a cluster, run the following command with the cluster ID to create a Postgres instance: - -```bash -$ replicated cluster addon create postgres 4d2f7e70 -156a8d6d Object Store pending {"version":"16.2","disk_gib":200,"instance_type":"db.t3.micro"} -$ replicated cluster addon ls 4d2f7e70 -ID TYPE STATUS DATA -156a8d6d Object Store ready 156a8d6d Postgres ready {"version":"16.2","disk_gib":200,"instance_type":"db.t3.micro","uri":"postgres://postgres:0b19d6a121a98d0548b3@cmx-156a8d6d.c8ivk9ghfxau.us-east-1.rds.amazonaws.com:5432/postgres"} -``` - -This will create a postgres database, and return the `uri` which allows you to connect to the instance.. - -
| Type | -Description | -
|---|---|
| Supported Kubernetes Distributions | -EKS (AWS RDS Postgres) | -
| Cost | -Flat fee per instance. | -
| Options | -
-
|
-
| Data | -
-
|
-