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
+55-29Lines changed: 55 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -21,57 +21,83 @@ Use the postgres-operator to:
21
21
22
22
## Deployment Requirements
23
23
24
-
The Operator is validated for deployment on Kubernetes, OpenShift, and VMware Enterprise PKS clusters. Some form of storage is required, NFS, hostPath, and Storage Classes are currently supported.
24
+
The PostgreSQL Operator is validated for deployment on Kubernetes, OpenShift, and VMware Enterprise PKS clusters. Some form of storage is required, NFS, hostPath, and Storage Classes are currently supported.
25
25
26
-
The Operator includes various components that get deployed to your
26
+
The PostgreSQL Operator includes various components that get deployed to your
27
27
Kubernetes cluster as shown in the following diagram and detailed
28
28
in the Design section of the documentation for the version you are running.
If you have the Crunchy PostgreSQL Operator installed in your environment, and are interested in installation of the client interface, please start here:
If you have the Crunchy PostgreSQL and Client Interface installed in your environment and are interested in guidance on the use of the Crunchy PostgreSQL Operator, please start here:
64
+
### Using the PostgreSQL Operator
65
+
66
+
If you have the PostgreSQL and Client Interface installed in your environment and are interested in guidance on the use of the Crunchy PostgreSQL Operator, please start here:
If you are new to the Crunchy PostgreSQL Operator and interested in installing the Crunchy PostgreSQL Operator in your environment, please start here:
56
-
-[Installation via Bash](https://access.crunchydata.com/documentation/postgres-operator/3.5.4/installation/)
73
+
Want to contribute to the PostgreSQL Operator project? Please review information here:
57
74
58
-
If you have the Crunchy PostgreSQL Operator installed in your environment, and are interested in installation of the client interface, please start here:
If you have the Crunchy PostgreSQL and Client Interface installed in your environment and are interested in guidance on the use of the Crunchy PostgreSQL Operator, please start here:
Please use GitHub to submit an issue for the PostgreSQL Operator project.
72
85
73
-
Documentation for previous releases can be found at the [Crunchy Data Access Portal](https://access.crunchydata.com/documentation)
86
+
If you would like to work the issue, please add that information in the issue so that we can confirm we are not already working no need to duplicate efforts.
74
87
88
+
If you have any question you can submit a Support - Question and Answer issue and we will work with you on how you can get more involved.
89
+
90
+
91
+
## Complete Documentation
92
+
93
+
For additional information regarding design, configuration and operation of the PostgreSQL Operator, pleases see the [Official Project Documentation](https://access.crunchydata.com/documentation/postgres-operator/latest/)
75
94
76
95
If you are looking for the latest documentation, please see the develop branch which is considered unstable. The development
77
96
documentation can be reviewed at https://crunchydata.github.io/postgres-operator/latest/.
97
+
98
+
99
+
## Past Versions
100
+
101
+
Documentation for previous releases can be found at the [Crunchy Data Access Portal](https://access.crunchydata.com/documentation)
0 commit comments