Skip to content

Commit 223cf38

Browse files
committed
Publishing documentation
1 parent e70d37f commit 223cf38

File tree

15 files changed

+42
-38
lines changed

15 files changed

+42
-38
lines changed

docs/contributing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h1>Contributing</h1>
220220

221221

222222
<div class="paragraph">
223-
<p>Latest Release: v3.1, 2018-07-30</p>
223+
<p>Latest Release: v3.1, 2018-08-01</p>
224224
</div>
225225
<div class="sect1">
226226
<h2 id="_getting_started">Getting Started</h2>

docs/getting-started/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ <h1>Getting Started</h1>
257257
</ul>
258258
</div>
259259
<div class="paragraph">
260-
<p>Latest Release: v3.1, 2018-07-30</p>
260+
<p>Latest Release: v3.1, 2018-08-01</p>
261261
</div>
262262
<div class="sect1">
263263
<h2 id="_first_steps">First Steps</h2>

docs/how-it-works/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ <h1>How it Works</h1>
250250
</ul>
251251
</div>
252252
<div class="paragraph">
253-
<p>Latest Release: v3.1, 2018-07-30</p>
253+
<p>Latest Release: v3.1, 2018-08-01</p>
254254
</div>
255255
<div class="sect1">
256256
<h2 id="_reference_architecture">Reference Architecture</h2>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
</div>
182182
</div>
183183
<div class="paragraph">
184-
<p>Latest Release: v3.1, 2018-07-30</p>
184+
<p>Latest Release: v3.1, 2018-08-01</p>
185185
</div>
186186
<div class="sect1">
187187
<h2 id="_documentation">Documentation</h2>

docs/index.json

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

docs/index.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<pubDate>Thu, 26 Apr 2018 15:22:14 -0700</pubDate>
1818

1919
<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
2121
Overview There are currently quickstart scripts that seek to automate the deployment to popular Kubernetes environments -
2222
quickstart-for-gke.sh
2323
quickstart-for-ocp.sh
@@ -31,7 +31,7 @@
3131
<pubDate>Thu, 26 Apr 2018 15:22:21 -0700</pubDate>
3232

3333
<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;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;amp; Deploy Makefile Targets Next Steps Latest Release: v3.1, 2018-08-01
3535
Project Structure First, define the following environment variables in .bashrc:
3636
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>
3737
</item>
@@ -42,7 +42,7 @@
4242
<pubDate>Thu, 26 Apr 2018 15:24:16 -0700</pubDate>
4343

4444
<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
4646
Helm Chart First, pull prebuilt versions from Dockerhub of the postgres-operator containers, specify the image versions, and execute the following Makefile target -
4747
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 -
4848
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,7 +54,7 @@
5454
<pubDate>Thu, 26 Apr 2018 15:26:40 -0700</pubDate>
5555

5656
<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
5858
This document details verifying the installation of the PostgreSQL Operator is successful, in addition to detailing some different storage configurations that can be made.
5959
Verify Operator Status To verify that the operator is deployed and running, run the following:
6060
kubectl get pod --selector=name=postgres-operator You should see output similar to this:</description>
@@ -66,7 +66,7 @@
6666
<pubDate>Tue, 24 Apr 2018 18:26:56 -0700</pubDate>
6767

6868
<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
7070
Overview This document describes how to configure the operator beyond the default configurations in addition to detailing what the configuration settings mean.
7171
Openshift Container Platform To run the Operator on Openshift Container Platform note the following requirements -</description>
7272
</item>
@@ -77,7 +77,7 @@
7777
<pubDate>Tue, 24 Apr 2018 18:27:30 -0700</pubDate>
7878

7979
<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
8181
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.
8282
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.
8383
Configuration File It will be necessary to update your existing pgo.</description>

docs/installation/configuration/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ <h1>Configuration</h1>
245245
</ul>
246246
</div>
247247
<div class="paragraph">
248-
<p>Latest Release: v3.1, 2018-07-30</p>
248+
<p>Latest Release: v3.1, 2018-08-01</p>
249249
</div>
250250
<div class="sect1">
251251
<h2 id="_overview">Overview</h2>

docs/installation/deployment/index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ <h1>Deployment</h1>
235235
</ul>
236236
</div>
237237
<div class="paragraph">
238-
<p>Latest Release: v3.1, 2018-07-30</p>
238+
<p>Latest Release: v3.1, 2018-08-01</p>
239239
</div>
240240
<div class="paragraph">
241241
<p>This document details verifying the installation of the PostgreSQL Operator
@@ -509,10 +509,14 @@ <h3 id="_nfs">NFS</h3>
509509
</div>
510510
</div>
511511
<div class="paragraph">
512-
<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>
512+
<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>
513+
</div>
514+
<div class="literalblock">
515+
<div class="content">
516+
<pre>export CO_NFS_IP=&lt;your NFS server's IP&gt;
517+
cd $COROOT/pv
518+
./create-pv-nfs.sh</pre>
513519
</div>
514-
<div class="paragraph">
515-
<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>
516520
</div>
517521
</div>
518522

docs/installation/helm-chart/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h1>Helm Chart</h1>
225225

226226

227227
<div class="paragraph">
228-
<p>Latest Release: v3.1, 2018-07-30</p>
228+
<p>Latest Release: v3.1, 2018-08-01</p>
229229
</div>
230230
<div class="sect1">
231231
<h2 id="_helm_chart">Helm Chart</h2>

docs/installation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h1>Installation</h1>
221221

222222

223223
<div class="paragraph">
224-
<p>Latest Release: v3.1, 2018-07-30</p>
224+
<p>Latest Release: v3.1, 2018-08-01</p>
225225
</div>
226226
<div class="sect1">
227227
<h2 id="_installation">Installation</h2>

0 commit comments

Comments
 (0)