Skip to content

Commit 4dc7582

Browse files
author
Jonathan S. Katz
committed
Update README
This adds more information about the 4.3 release and clarifies the installation methods available.
1 parent 70e9e56 commit 4dc7582

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -120,39 +120,39 @@ We know there are a variety of different types of [Storage Classes](https://kube
120120

121121
### PostgreSQL Operator Installation
122122

123-
The PostgreSQL Operator provides a few different methods for installation.
123+
The PostgreSQL Operator provides a few different methods for installation based on your use case.
124124

125-
For an automated deployment using Ansible playbooks, please start here:
125+
Based on your storage settings in your Kubernetes environment, you may be able to start as quickly as:
126126

127-
- [Installation via Ansible](https://access.crunchydata.com/documentation/postgres-operator/latest/installation/install-with-ansible/)
127+
```shell
128+
kubectl create namespace pgo
129+
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/master/installers/kubectl/postgres-operator.yml
130+
```
128131

129-
For a step by step customer installation using Bash, please start here:
132+
Otherwise, we highly recommend following the instructions from our [Quickstart](https://access.crunchydata.com/documentation/postgres-operator/latest/quickstart/).
130133

131-
- [Installation via Bash](https://access.crunchydata.com/documentation/postgres-operator/latest/installation/operator-install/)
132-
133-
For a quick start deployment using OperatorHub.io, please see instructions here:
134-
135-
- [OperatorHub.io Guidance](https://operatorhub.io/operator/postgresql)
136-
137-
For a quick start deployment to Google Kubernetes Engine (GKE), please see instructions here:
138-
139-
- [GKE Quickstart Guidance](https://info.crunchydata.com/blog/install-postgres-operator-kubernetes-on-gke-ansible)
134+
Installations methods include:
140135

136+
- [Quickstart](https://access.crunchydata.com/documentation/postgres-operator/latest/quickstart/)
137+
- [PostgreSQL Operator Installer](https://access.crunchydata.com/documentation/postgres-operator/latest/installation/postgres-operator/)
138+
- [Ansible](https://access.crunchydata.com/documentation/postgres-operator/latest/installation/other/ansible/)
139+
- [OperatorHub](https://operatorhub.io/operator/postgresql)
140+
- [Developer Setup](https://access.crunchydata.com/documentation/postgres-operator/latest/installation/other/bash/)
141141

142142
### `pgo` Client Installation
143143

144144
If you have the PostgreSQL Operator installed in your environment, and are interested in installation of the client interface, please start here:
145145

146-
- [pgo Client Install](https://access.crunchydata.com/documentation/postgres-operator/latest/installation/install-pgo-client/)
146+
- [pgo Client Install](https://access.crunchydata.com/documentation/postgres-operator/latest/installation/pgo-client/)
147147

148148
There is also a `pgo-client` container if you wish to deploy the client directly to your Kubernetes environment.
149149

150-
### Using the PostgreSQL Operator
150+
## Using the PostgreSQL Operator
151151

152152
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:
153153

154154
- [PostgreSQL Operator Documentation](https://access.crunchydata.com/documentation/postgres-operator/)
155-
- [pgo Client User Guide](https://access.crunchydata.com/documentation/postgres-operator/latest/pgo-client/)
155+
- [`pgo` Client User Guide](https://access.crunchydata.com/documentation/postgres-operator/latest/pgo-client/)
156156

157157
## Contributing to the Project
158158

0 commit comments

Comments
 (0)