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.. - - - - - - - - - - - - - - - - - - - - - - -
TypeDescription
Supported Kubernetes DistributionsEKS (AWS RDS Postgres)
CostFlat fee per instance.
Options -
    -
  • version (string): The Postgres version to create. Supported versions: 11, 12, 13, 14, 15, 16, 17
  • -
  • instance-type (string):The type of instance to use for the Postgres database (default "db.t3.micro"). Supported Instance Types: db.t3.micro, db.t3.small, db.t3.medium, db.t3.large, db.t3.xlarge, db.t3.2xlarge, db.m5d.large, db.m5d.xlarge, db.m5d.2xlarge
  • -
  • disk (number):Disk Size (GiB) for the Postgres database (default 200)
  • -
-
Data -
    -
  • version: The Postgres version that was created.
  • -
-
    -
  • disk_gib: Disk Size (GiB) for the Postgres database (default 200)
  • -
-
    -
  • instance_type: >The type of instance to use for the Postgres database (default "db.t3.micro").
  • -
-
    -
  • uri: The URI that can be used to connect with the database.
  • -
-