|
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 Latest Release: v3.1, 2018-07-30 |
| 20 | + <description>Table of Contents Overview Quickstart GKE/PKS Openshift Container Platform Next Steps Latest Release: v3.1, 2018-08-01 |
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 Latest Release: v3.1, 2018-07-30 |
| 34 | + <description>Table of Contents Project Structure Installation Prerequsites Basic Installation Create HostPath Directory Build Images &amp; Deploy Makefile Targets Next Steps Latest Release: v3.1, 2018-08-01 |
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:</description> |
37 | 37 | </item> |
|
42 | 42 | <pubDate>Thu, 26 Apr 2018 15:24:16 -0700</pubDate> |
43 | 43 |
|
44 | 44 | <guid>https://crunchydata.github.io/postgres-operator/installation/helm-chart/</guid> |
45 | | - <description>Latest Release: v3.1, 2018-07-30 |
| 45 | + <description>Latest Release: v3.1, 2018-08-01 |
46 | 46 | Helm Chart First, pull prebuilt versions from Dockerhub of the postgres-operator containers, specify the image versions, and execute the following Makefile target - |
47 | 47 | 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 - |
48 | 48 | 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> |
|
54 | 54 | <pubDate>Thu, 26 Apr 2018 15:26:40 -0700</pubDate> |
55 | 55 |
|
56 | 56 | <guid>https://crunchydata.github.io/postgres-operator/installation/deployment/</guid> |
57 | | - <description>Table of Contents Verify Operator Status Configure pgo Client Verify pgo Client Storage Configuration Next Steps Latest Release: v3.1, 2018-07-30 |
| 57 | + <description>Table of Contents Verify Operator Status Configure pgo Client Verify pgo Client Storage Configuration Next Steps Latest Release: v3.1, 2018-08-01 |
58 | 58 | This document details verifying the installation of the PostgreSQL Operator is successful, in addition to detailing some different storage configurations that can be made. |
59 | 59 | Verify Operator Status To verify that the operator is deployed and running, run the following: |
60 | 60 | kubectl get pod --selector=name=postgres-operator You should see output similar to this:</description> |
|
66 | 66 | <pubDate>Tue, 24 Apr 2018 18:26:56 -0700</pubDate> |
67 | 67 |
|
68 | 68 | <guid>https://crunchydata.github.io/postgres-operator/installation/configuration/</guid> |
69 | | - <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 Latest Release: v3.1, 2018-07-30 |
| 69 | + <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 Latest Release: v3.1, 2018-08-01 |
70 | 70 | Overview This document describes how to configure the operator beyond the default configurations in addition to detailing what the configuration settings mean. |
71 | 71 | Openshift Container Platform To run the Operator on Openshift Container Platform note the following requirements -</description> |
72 | 72 | </item> |
|
77 | 77 | <pubDate>Tue, 24 Apr 2018 18:27:30 -0700</pubDate> |
78 | 78 |
|
79 | 79 | <guid>https://crunchydata.github.io/postgres-operator/installation/upgrading-the-operator/</guid> |
80 | | - <description>Latest Release: v3.1, 2018-07-30 |
| 80 | + <description>Latest Release: v3.1, 2018-08-01 |
81 | 81 | 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. |
82 | 82 | 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. |
83 | 83 | Configuration File It will be necessary to update your existing pgo.</description> |
|
0 commit comments