Skip to content

Commit af6b4ef

Browse files
author
Jeff McCormick
committed
2 parents 56dd166 + 5717ed6 commit af6b4ef

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ are documented in detail here link:docs/strategies.asciidoc[Deployment Strategie
2727

2828
* Kubernetes 1.5.3+
2929
* link:https://hub.docker.com/r/crunchydata/crunchy-postgres/[PostgreSQL 9.5+ Container]
30-
* link:https://hub.docker.com/r/crunchydata/crunchy-backup/ [PostgreSQL Backup Container]
30+
* link:https://hub.docker.com/r/crunchydata/crunchy-backup/[PostgreSQL Backup Container]
3131
3232
# Example Commands Usage
3333

@@ -86,7 +86,7 @@ image::docs/operator-diagram.png?raw=true[]
8686

8787
The operator funtionality runs in a Pod deployed to your
8888
Kubernetes cluster. The *postgres-operator* Docker container
89-
is available on Dockerhub.
89+
is available on Dockerhub link:https://hub.docker.com/r/crunchydata/postgres-operator/.
9090

9191
You can also build the Docker image for *postgres-operator* using
9292
the build instructions below.

docs/build.asciidoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ Postgres Operator.
1212
* link:https://hub.docker.com/r/crunchydata/crunchy-postgres/[PostgreSQL 9.5+ Container]
1313
* link:https://hub.docker.com/r/crunchydata/crunchy-backup/ [PostgreSQL Backup Container]
1414

15+
=== Kubernetes Environment
16+
17+
To test the *postgres-operator* you will need a Kubernetes cluster
18+
environment. There are many ways to install a Kube cluster, but for the
19+
purposes of this document, I have created a test VM on Centos 7 that
20+
installs a Kube cluster using the kubeadm project as described here. link: http://linoxide.com/containers/setup-kubernetes-kubeadm-centos/
21+
22+
Once you have your Kube VM created, install some of the
23+
required dependencies:
24+
....
25+
yum -y install git
26+
....
1527

1628
=== Create Project and Clone
1729
....

0 commit comments

Comments
 (0)