Skip to content

Commit 5f4b000

Browse files
authored
Merge pull request #2867 from replicatedhq/AmberAlston-patch-1
Update testing-cluster-addons.md
2 parents e705e97 + 2810d72 commit 5f4b000

File tree

1 file changed

+0
-57
lines changed

1 file changed

+0
-57
lines changed

docs/vendor/testing-cluster-addons.md

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -76,60 +76,3 @@ Additional service accounts can be created in any namespace with access to the o
7676
</tr>
7777
</table>
7878

79-
### Postgres (Alpha)
80-
81-
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).
82-
83-
Assuming you already have a cluster, run the following command with the cluster ID to create a Postgres instance:
84-
85-
```bash
86-
$ replicated cluster addon create postgres 4d2f7e70
87-
156a8d6d Object Store pending {"version":"16.2","disk_gib":200,"instance_type":"db.t3.micro"}
88-
$ replicated cluster addon ls 4d2f7e70
89-
ID TYPE STATUS DATA
90-
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"}
91-
```
92-
93-
This will create a postgres database, and return the `uri` which allows you to connect to the instance..
94-
95-
<table>
96-
<tr>
97-
<th width="35%">Type</th>
98-
<th width="65%">Description</th>
99-
</tr>
100-
<tr>
101-
<th>Supported Kubernetes Distributions</th>
102-
<td>EKS (AWS RDS Postgres)</td>
103-
</tr>
104-
<tr>
105-
<th>Cost</th>
106-
<td>Flat fee per instance.</td>
107-
</tr>
108-
<tr>
109-
<th>Options</th>
110-
<td>
111-
<ul>
112-
<li><strong>version (string):</strong> The Postgres version to create. Supported versions: 11, 12, 13, 14, 15, 16, 17</li>
113-
<li><strong>instance-type (string):</strong>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</li>
114-
<li><strong>disk (number):</strong>Disk Size (GiB) for the Postgres database (default 200)</li>
115-
</ul>
116-
</td>
117-
</tr>
118-
<tr>
119-
<th>Data</th>
120-
<td>
121-
<ul>
122-
<li><strong>version:</strong> The Postgres version that was created.</li>
123-
</ul>
124-
<ul>
125-
<li><strong>disk_gib:</strong> Disk Size (GiB) for the Postgres database (default 200)</li>
126-
</ul>
127-
<ul>
128-
<li><strong>instance_type:</strong> >The type of instance to use for the Postgres database (default "db.t3.micro").</li>
129-
</ul>
130-
<ul>
131-
<li><strong>uri:</strong> The URI that can be used to connect with the database.</li>
132-
</ul>
133-
</td>
134-
</tr>
135-
</table>

0 commit comments

Comments
 (0)