You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,11 @@ PGO is developed with many years of production experience in automating Postgres
20
20
21
21
Have questions or looking for help? [Join our Discord group](https://discord.gg/a7vWKG8Ec9).
22
22
23
+
# Build Instructions
24
+
25
+
To build the various containers required by PGO, please see the build instructions found in the [components directory](https://github.com/CrunchyData/postgres-operator/tree/main/components) of this repository.
26
+
These images are built using [packages](https://www.postgresql.org/download) developed by the PostgreSQL Global Development Group (PGDG). Each subdirectory contains a `README` file describing how to build each of the various containers required by PGO.
27
+
23
28
# Installation
24
29
25
30
Crunchy Data makes PGO available as the orchestration behind Crunchy Postgres for Kubernetes. Crunchy Postgres for Kubernetes is the integrated product that includes PostgreSQL, PGO and a collection of PostgreSQL tools and extensions that includes the various [open source components listed in the documentation](https://access.crunchydata.com/documentation/postgres-operator/latest/references/components).
0 commit comments