@@ -82,7 +82,7 @@ export GOBIN=$GOPATH/bin
8282export PATH=$PATH:$GOBIN
8383export COROOT=$GOPATH/src/github.com/crunchydata/postgres-operator
8484export CO_BASEOS=centos7
85- export CO_VERSION=2.2
85+ export CO_VERSION=2.3
8686export CO_IMAGE_TAG=$CO_BASEOS-$CO_VERSION
8787export CO_NAMESPACE=demo
8888export CO_CMD=kubectl
@@ -117,36 +117,36 @@ itself:
117117The Operator works with the Crunchy Container Suite
118118containers, you can pre-pull them as follows:
119119
120- For PostgreSQL version 9.6:
121- ....
122- docker pull crunchydata/crunchy-postgres:centos7-9.6.6-1.7.0
123- docker pull crunchydata/crunchy-backup:centos7-9.6.6-1.7.0
124- docker pull crunchydata/crunchy-upgrade:centos7-9.6.6-1.7.0
125- ....
126-
127120For PostgreSQL version 10.1:
128121....
129122docker pull crunchydata/crunchy-postgres:centos7-10.1-1.7.0
130123docker pull crunchydata/crunchy-backup:centos7-10.1-1.7.0
131124docker pull crunchydata/crunchy-upgrade:centos7-10.1-1.7.0
132125....
133126
127+ For PostgreSQL version 9.6:
128+ ....
129+ docker pull crunchydata/crunchy-postgres:centos7-9.6.6-1.7.0
130+ docker pull crunchydata/crunchy-backup:centos7-9.6.6-1.7.0
131+ docker pull crunchydata/crunchy-upgrade:centos7-9.6.6-1.7.0
132+ ....
133+
134134=== Get Prebuilt Images
135135
136136At this point if you want to avoid building the images and binary
137137from source, you can pull down the Docker images as follows:
138138....
139- docker pull crunchydata/lspvc:centos7-2.2
140- docker pull crunchydata/csvload:centos7-2.2
141- docker pull crunchydata/postgres-operator:centos7-2.2
142- docker pull crunchydata/apiserver:centos7-2.2
139+ docker pull crunchydata/lspvc:centos7-2.3
140+ docker pull crunchydata/csvload:centos7-2.3
141+ docker pull crunchydata/postgres-operator:centos7-2.3
142+ docker pull crunchydata/apiserver:centos7-2.3
143143....
144144
145145Next get the *pgo* client, go to the Releases page and download the tar ball, uncompress it into your $HOME directory:
146146....
147147cd $HOME
148- wget https://github.com/CrunchyData/postgres-operator/releases/download/2.1/postgres-operator.2.2 .tar.gz
149- tar xvzf ./postgres-operator.2.2 .tar.gz
148+ wget https://github.com/CrunchyData/postgres-operator/releases/download/2.1/postgres-operator.2.3 .tar.gz
149+ tar xvzf ./postgres-operator.2.3 .tar.gz
150150....
151151
152152Lastly, add the *pgo* client into your PATH.
@@ -249,10 +249,10 @@ desired PVC to use when databases and clusters are created.
249249
250250=== Configure Basic Authentication
251251
252- In Operator version 2.2 , Basic Authentication is required by the *apiserver*.
252+ In Operator version 2.3 , Basic Authentication is required by the *apiserver*.
253253You will configure the *pgo* client to specify a basic authentication
254254username and password by creating a file in the user's home
255- directory named *.pgouser* that looks similar to this:
255+ directory named *.pgouser* that looks similar to this, containing only a single line :
256256....
257257testuser:testpass
258258....
@@ -274,7 +274,7 @@ username:password
274274testuser:testpass
275275....
276276
277- Modify these values to be unique to your environment.
277+ Modify these values to be unique to your environment.
278278
279279If the username and password passed by clients to the *apiserver* do
280280not match, the REST call will fail and a log message will be produced
0 commit comments