Skip to content
Merged
Prev Previous commit
Next Next commit
updated to list references for 3.5.3 and 4.0.0 documentation
  • Loading branch information
cahoonpwork committed Jun 7, 2019
commit 25b4016b52473673bbefc7fe0302dca376e5d6b9
30 changes: 17 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,27 @@ The Operator is validated for deployment on Kubernetes, OpenShift, and VMware En

The Operator includes various components that get deployed to your
Kubernetes cluster as shown in the following diagram and detailed
in the [Design](https://crunchydata.github.io/postgres-operator/stable/design/).
in the Design section of the documentation for the version you are running.

![Reference](https://crunchydata.github.io/postgres-operator/stable/Operator-Architecture.png)
![Reference](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/Operator-Architecture.png)

The Operator is developed and tested on CentOS and RHEL linux platforms but is known to run on other Linux variants.

## Documentation

- [Getting Started](https://crunchydata.github.io/postgres-operator/stable/gettingstarted/)
- [pgo CLI Syntax and Examples](https://crunchydata.github.io/postgres-operator/stable/operator-cli/)
- [Installation](https://crunchydata.github.io/postgres-operator/stable/installation/)
- [Configuration](https://crunchydata.github.io/postgres-operator/stable/configuration/configuration/)
- [pgo.yaml Description](https://crunchydata.github.io/postgres-operator/stable/configuration/pgo-yaml-configuration/)
- [Security](https://crunchydata.github.io/postgres-operator/stable/security/)
- [Design](https://crunchydata.github.io/postgres-operator/stable/design/)
- [Developing](https://crunchydata.github.io/postgres-operator/stable/developer-setup/)
- [Upgrading the Operator](https://crunchydata.github.io/postgres-operator/stable/upgrade/)
## Documentation 4.0.0

- [Getting Started](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/gettingstarted/)
- [Installation via Bash](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/installation/operator-install/)
- - [Installation via Ansible](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/installation/install-with-ansible/)
- [PGO CLI Overview](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/operatorcli/pgo-overview/)
- [Contributing](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/installation/developer-setup/)

## Documentation 3.5.3

- [Installation](https://access.crunchydata.com/documentation/postgres-operator/3.5.3/installation/)
- [PGO CLI Overview](https://access.crunchydata.com/documentation/postgres-operator/3.5.3/operator-cli/)
- [Contributing](https://access.crunchydata.com/documentation/postgres-operator/3.5.3/contributing/)

Documentation for previous releases can be found at the [Crunchy Data Access Portal](https://access.crunchydata.com/documentation)


If you are looking for the latest documentation, please see the develop branch which is considered unstable. The development
Expand Down