Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/contributing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ <h1>Contributing</h1>


<div class="paragraph">
<p>Latest Release: v3.1, 2018-07-30</p>
<p>Latest Release: v3.1, 2018-08-01</p>
</div>
<div class="sect1">
<h2 id="_getting_started">Getting Started</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ <h1>Getting Started</h1>
</ul>
</div>
<div class="paragraph">
<p>Latest Release: v3.1, 2018-07-30</p>
<p>Latest Release: v3.1, 2018-08-01</p>
</div>
<div class="sect1">
<h2 id="_first_steps">First Steps</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/how-it-works/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h1>How it Works</h1>
</ul>
</div>
<div class="paragraph">
<p>Latest Release: v3.1, 2018-07-30</p>
<p>Latest Release: v3.1, 2018-08-01</p>
</div>
<div class="sect1">
<h2 id="_reference_architecture">Reference Architecture</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
</div>
</div>
<div class="paragraph">
<p>Latest Release: v3.1, 2018-07-30</p>
<p>Latest Release: v3.1, 2018-08-01</p>
</div>
<div class="sect1">
<h2 id="_documentation">Documentation</h2>
Expand Down
22 changes: 11 additions & 11 deletions docs/index.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<pubDate>Thu, 26 Apr 2018 15:22:14 -0700</pubDate>

<guid>https://crunchydata.github.io/postgres-operator/installation/quick-installation/</guid>
<description>Table of Contents Overview Quickstart GKE/PKS Openshift Container Platform Next Steps Latest Release: v3.1, 2018-07-30
<description>Table of Contents Overview Quickstart GKE/PKS Openshift Container Platform Next Steps Latest Release: v3.1, 2018-08-01
Overview There are currently quickstart scripts that seek to automate the deployment to popular Kubernetes environments -
quickstart-for-gke.sh
quickstart-for-ocp.sh
Expand All @@ -31,7 +31,7 @@
<pubDate>Thu, 26 Apr 2018 15:22:21 -0700</pubDate>

<guid>https://crunchydata.github.io/postgres-operator/installation/manual-installation/</guid>
<description>Table of Contents Project Structure Installation Prerequsites Basic Installation Create HostPath Directory Build Images &amp;amp; Deploy Makefile Targets Next Steps Latest Release: v3.1, 2018-07-30
<description>Table of Contents Project Structure Installation Prerequsites Basic Installation Create HostPath Directory Build Images &amp;amp; Deploy Makefile Targets Next Steps Latest Release: v3.1, 2018-08-01
Project Structure First, define the following environment variables in .bashrc:
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>
</item>
Expand All @@ -42,7 +42,7 @@
<pubDate>Thu, 26 Apr 2018 15:24:16 -0700</pubDate>

<guid>https://crunchydata.github.io/postgres-operator/installation/helm-chart/</guid>
<description>Latest Release: v3.1, 2018-07-30
<description>Latest Release: v3.1, 2018-08-01
Helm Chart First, pull prebuilt versions from Dockerhub of the postgres-operator containers, specify the image versions, and execute the following Makefile target -
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 -
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>
Expand All @@ -54,7 +54,7 @@
<pubDate>Thu, 26 Apr 2018 15:26:40 -0700</pubDate>

<guid>https://crunchydata.github.io/postgres-operator/installation/deployment/</guid>
<description>Table of Contents Verify Operator Status Configure pgo Client Verify pgo Client Storage Configuration Next Steps Latest Release: v3.1, 2018-07-30
<description>Table of Contents Verify Operator Status Configure pgo Client Verify pgo Client Storage Configuration Next Steps Latest Release: v3.1, 2018-08-01
This document details verifying the installation of the PostgreSQL Operator is successful, in addition to detailing some different storage configurations that can be made.
Verify Operator Status To verify that the operator is deployed and running, run the following:
kubectl get pod --selector=name=postgres-operator You should see output similar to this:</description>
Expand All @@ -66,7 +66,7 @@
<pubDate>Tue, 24 Apr 2018 18:26:56 -0700</pubDate>

<guid>https://crunchydata.github.io/postgres-operator/installation/configuration/</guid>
<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
<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
Overview This document describes how to configure the operator beyond the default configurations in addition to detailing what the configuration settings mean.
Openshift Container Platform To run the Operator on Openshift Container Platform note the following requirements -</description>
</item>
Expand All @@ -77,7 +77,7 @@
<pubDate>Tue, 24 Apr 2018 18:27:30 -0700</pubDate>

<guid>https://crunchydata.github.io/postgres-operator/installation/upgrading-the-operator/</guid>
<description>Latest Release: v3.1, 2018-07-30
<description>Latest Release: v3.1, 2018-08-01
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.
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.
Configuration File It will be necessary to update your existing pgo.</description>
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h1>Configuration</h1>
</ul>
</div>
<div class="paragraph">
<p>Latest Release: v3.1, 2018-07-30</p>
<p>Latest Release: v3.1, 2018-08-01</p>
</div>
<div class="sect1">
<h2 id="_overview">Overview</h2>
Expand Down
12 changes: 8 additions & 4 deletions docs/installation/deployment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h1>Deployment</h1>
</ul>
</div>
<div class="paragraph">
<p>Latest Release: v3.1, 2018-07-30</p>
<p>Latest Release: v3.1, 2018-08-01</p>
</div>
<div class="paragraph">
<p>This document details verifying the installation of the PostgreSQL Operator
Expand Down Expand Up @@ -509,10 +509,14 @@ <h3 id="_nfs">NFS</h3>
</div>
</div>
<div class="paragraph">
<p>Edit the <strong>pgo.yaml</strong> file to specify the NFS GID that is set for the NFS volume mount you will be using, the default value assumed is <strong>nfsnobody</strong> as the GID (65534). Update the value to meet your NFS security settings.</p>
<p>Next, set the environment variable CO_NFS_IP to your NFS server&#8217;s IP address, then run the script <code>$COROOT/pv/create-pv-nfs.sh</code> -</p>
</div>
<div class="literalblock">
<div class="content">
<pre>export CO_NFS_IP=&lt;your NFS server's IP&gt;
cd $COROOT/pv
./create-pv-nfs.sh</pre>
</div>
<div class="paragraph">
<p>There is currently no script available to create your NFS Persistent Volumes but you can typically modify the <code>$COROOT/pv/create-pv.sh</code> script to work with NFS.</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/helm-chart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ <h1>Helm Chart</h1>


<div class="paragraph">
<p>Latest Release: v3.1, 2018-07-30</p>
<p>Latest Release: v3.1, 2018-08-01</p>
</div>
<div class="sect1">
<h2 id="_helm_chart">Helm Chart</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h1>Installation</h1>


<div class="paragraph">
<p>Latest Release: v3.1, 2018-07-30</p>
<p>Latest Release: v3.1, 2018-08-01</p>
</div>
<div class="sect1">
<h2 id="_installation">Installation</h2>
Expand Down
12 changes: 6 additions & 6 deletions docs/installation/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<pubDate>Thu, 26 Apr 2018 15:22:14 -0700</pubDate>

<guid>https://crunchydata.github.io/postgres-operator/installation/quick-installation/</guid>
<description>Table of Contents Overview Quickstart GKE/PKS Openshift Container Platform Next Steps Latest Release: v3.1, 2018-07-30
<description>Table of Contents Overview Quickstart GKE/PKS Openshift Container Platform Next Steps Latest Release: v3.1, 2018-08-01
Overview There are currently quickstart scripts that seek to automate the deployment to popular Kubernetes environments -
quickstart-for-gke.sh
quickstart-for-ocp.sh
Expand All @@ -31,7 +31,7 @@
<pubDate>Thu, 26 Apr 2018 15:22:21 -0700</pubDate>

<guid>https://crunchydata.github.io/postgres-operator/installation/manual-installation/</guid>
<description>Table of Contents Project Structure Installation Prerequsites Basic Installation Create HostPath Directory Build Images &amp;amp; Deploy Makefile Targets Next Steps Latest Release: v3.1, 2018-07-30
<description>Table of Contents Project Structure Installation Prerequsites Basic Installation Create HostPath Directory Build Images &amp;amp; Deploy Makefile Targets Next Steps Latest Release: v3.1, 2018-08-01
Project Structure First, define the following environment variables in .bashrc:
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>
</item>
Expand All @@ -42,7 +42,7 @@
<pubDate>Thu, 26 Apr 2018 15:24:16 -0700</pubDate>

<guid>https://crunchydata.github.io/postgres-operator/installation/helm-chart/</guid>
<description>Latest Release: v3.1, 2018-07-30
<description>Latest Release: v3.1, 2018-08-01
Helm Chart First, pull prebuilt versions from Dockerhub of the postgres-operator containers, specify the image versions, and execute the following Makefile target -
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 -
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>
Expand All @@ -54,7 +54,7 @@
<pubDate>Thu, 26 Apr 2018 15:26:40 -0700</pubDate>

<guid>https://crunchydata.github.io/postgres-operator/installation/deployment/</guid>
<description>Table of Contents Verify Operator Status Configure pgo Client Verify pgo Client Storage Configuration Next Steps Latest Release: v3.1, 2018-07-30
<description>Table of Contents Verify Operator Status Configure pgo Client Verify pgo Client Storage Configuration Next Steps Latest Release: v3.1, 2018-08-01
This document details verifying the installation of the PostgreSQL Operator is successful, in addition to detailing some different storage configurations that can be made.
Verify Operator Status To verify that the operator is deployed and running, run the following:
kubectl get pod --selector=name=postgres-operator You should see output similar to this:</description>
Expand All @@ -66,7 +66,7 @@
<pubDate>Tue, 24 Apr 2018 18:26:56 -0700</pubDate>

<guid>https://crunchydata.github.io/postgres-operator/installation/configuration/</guid>
<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
<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
Overview This document describes how to configure the operator beyond the default configurations in addition to detailing what the configuration settings mean.
Openshift Container Platform To run the Operator on Openshift Container Platform note the following requirements -</description>
</item>
Expand All @@ -77,7 +77,7 @@
<pubDate>Tue, 24 Apr 2018 18:27:30 -0700</pubDate>

<guid>https://crunchydata.github.io/postgres-operator/installation/upgrading-the-operator/</guid>
<description>Latest Release: v3.1, 2018-07-30
<description>Latest Release: v3.1, 2018-08-01
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.
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.
Configuration File It will be necessary to update your existing pgo.</description>
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/manual-installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ <h1>Manual Installation</h1>
</ul>
</div>
<div class="paragraph">
<p>Latest Release: v3.1, 2018-07-30</p>
<p>Latest Release: v3.1, 2018-08-01</p>
</div>
<div class="sect1">
<h2 id="_project_structure">Project Structure</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/quick-installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h1>Quick Installation</h1>
</ul>
</div>
<div class="paragraph">
<p>Latest Release: v3.1, 2018-07-30</p>
<p>Latest Release: v3.1, 2018-08-01</p>
</div>
<div class="sect1">
<h2 id="_overview">Overview</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/upgrading-the-operator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ <h1>Upgrading the Operator</h1>


<div class="paragraph">
<p>Latest Release: v3.1, 2018-07-30</p>
<p>Latest Release: v3.1, 2018-08-01</p>
</div>
<div class="paragraph">
<div class="expand">
Expand Down
2 changes: 1 addition & 1 deletion docs/theme-original/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hugo/themes/docdock/static/theme-original/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.