Skip to content

Commit 606d770

Browse files
author
jmccormick2001
committed
add note that a replica is required for the pgbouncer and pgpool sidecars to work in the current operator implementation
1 parent 4296aad commit 606d770

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

hugo/content/getting-started/_index.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,6 +1412,10 @@ You can also add pgbouncer after a cluster has been created:
14121412
pgo create pgbouncer mycluster
14131413
....
14141414

1415+
NOTE: currently you are required to have a replica in your PG
1416+
cluster for the pgbouncer sidecar to effectively work, a replica
1417+
is currently not automatically created when you create a PG cluster.
1418+
14151419
== pgpool Basics
14161420

14171421
Adding a pgpool deployment into your PG cluster follows
@@ -1467,6 +1471,10 @@ Create a pgpool:
14671471
pgo create pgpool mycluster
14681472
....
14691473

1474+
NOTE: currently you are required to have a replica in your PG
1475+
cluster for the pgpool sidecar to effectively work, a replica
1476+
is currently not automatically created when you create a PG cluster.
1477+
14701478
=== Delete pgpool
14711479

14721480
The `delete pgpool` command will by delete the pgpool deployment that

0 commit comments

Comments
 (0)