|
17 | 17 | <pubDate>Thu, 26 Apr 2018 15:22:14 -0700</pubDate> |
18 | 18 |
|
19 | 19 | <guid>https://crunchydata.github.io/postgres-operator/installation/quick-installation/</guid> |
20 | | - <description>Table of Contents Overview Quickstart GKE/PKS Openshift Container Platform Next Steps v3.1, 2018-06-13 |
| 20 | + <description>Table of Contents Overview Quickstart GKE/PKS Openshift Container Platform Next Steps v3.1, 2018-06-22 |
21 | 21 | Overview There are currently quickstart scripts that seek to automate the deployment to popular Kubernetes environments - |
22 | 22 | quickstart-for-gke.sh |
23 | 23 | quickstart-for-ocp.sh |
|
31 | 31 | <pubDate>Thu, 26 Apr 2018 15:22:21 -0700</pubDate> |
32 | 32 |
|
33 | 33 | <guid>https://crunchydata.github.io/postgres-operator/installation/manual-installation/</guid> |
34 | | - <description>Table of Contents Project Structure Installation Prerequsites Basic Installation Create HostPath Directory Build Images &amp; Deploy Makefile Targets Next Steps v3.1, 2018-06-13 |
| 34 | + <description>Table of Contents Project Structure Installation Prerequsites Basic Installation Create HostPath Directory Build Images &amp; Deploy Makefile Targets Next Steps v3.1, 2018-06-22 |
35 | 35 | Project Structure First, define the following environment variables in .bashrc: |
36 | 36 | export GOPATH=$HOME/odev export GOBIN=$GOPATH/bin export CO_NAMESPACE=demo export CO_CMD=kubectl export COROOT=$GOPATH/src/github.com/crunchydata/postgres-operator export CO_IMAGE_PREFIX=crunchydata export CO_IMAGE_TAG=centos7-3.1 export CO_BASEOS=centos7 When deploying on Openshift Container Platform, the CO_CMD environment variable should be: |
37 | 37 | export CO_CMD=oc To perform an installation of the operator, first create the project structure as follows on your host, here we assume a local directory called odev -</description> |
|
43 | 43 | <pubDate>Thu, 26 Apr 2018 15:24:16 -0700</pubDate> |
44 | 44 |
|
45 | 45 | <guid>https://crunchydata.github.io/postgres-operator/installation/helm-chart/</guid> |
46 | | - <description>v3.1, 2018-06-13 |
| 46 | + <description>v3.1, 2018-06-22 |
47 | 47 | Helm Chart First, pull prebuilt versions from Dockerhub of the postgres-operator containers, specify the image versions, and execute the following Makefile target - |
48 | 48 | export CO_IMAGE_PREFIX=crunchydata export CO_IMAGE_TAG=centos7-3.1 make pull Then, build and deploy the operator using the provided Helm chart - |
49 | 49 | cd $COROOT/chart helm install ./postgres-operator helm ls Next Steps Next, visit the Deployment page to deploy the Operator, verify the installation, and view various storage configurations.</description> |
|
55 | 55 | <pubDate>Thu, 26 Apr 2018 15:26:40 -0700</pubDate> |
56 | 56 |
|
57 | 57 | <guid>https://crunchydata.github.io/postgres-operator/installation/deployment/</guid> |
58 | | - <description>Table of Contents Verify Operator Status Configure pgo Client Verify pgo Client Storage Configuration Next Steps v3.1, 2018-06-13 |
| 58 | + <description>Table of Contents Verify Operator Status Configure pgo Client Verify pgo Client Storage Configuration Next Steps v3.1, 2018-06-22 |
59 | 59 | This document details verifying the installation of the PostgreSQL Operator is successful, in addition to detailing some different storage configurations that can be made. |
60 | 60 | Verify Operator Status To verify that the operator is deployed and running, run the following: |
61 | 61 | kubectl get pod --selector=name=postgres-operator You should see output similar to this:</description> |
|
67 | 67 | <pubDate>Tue, 24 Apr 2018 18:26:56 -0700</pubDate> |
68 | 68 |
|
69 | 69 | <guid>https://crunchydata.github.io/postgres-operator/installation/configuration/</guid> |
70 | | - <description>Table of Contents Overview Openshift Container Platform Security Configuration Kube RBAC Basic Authentication Configure TLS pgo RBAC apiserver Configuration postgres-operator Container Configuration bash Completion REST API Deploying pgpool v3.1, 2018-06-13 |
| 70 | + <description>Table of Contents Overview Openshift Container Platform Security Configuration Kube RBAC Basic Authentication Configure TLS pgo RBAC apiserver Configuration postgres-operator Container Configuration bash Completion REST API Deploying pgpool v3.1, 2018-06-22 |
71 | 71 | Overview This document describes how to configure the operator beyond the default configurations in addition to detailing what the configuration settings mean. |
72 | 72 | Openshift Container Platform To run the Operator on Openshift Container Platform note the following requirements -</description> |
73 | 73 | </item> |
|
78 | 78 | <pubDate>Tue, 24 Apr 2018 18:27:30 -0700</pubDate> |
79 | 79 |
|
80 | 80 | <guid>https://crunchydata.github.io/postgres-operator/installation/upgrading-the-operator/</guid> |
81 | | - <description>v3.1, 2018-06-13 |
| 81 | + <description>v3.1, 2018-06-22 |
82 | 82 | Upgrading from v2.4 to v2.5 For a full list of additions and revisions that occurred in the PostgreSQL Operator v2.5 release, please view the related release page here. |
83 | 83 | Required Updates This section notes some required steps that will need to be taken in the process of upgrading from v2.4 to v2.5. |
84 | 84 | Configuration File It will be necessary to update your existing pgo.</description> |
|
0 commit comments