File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff 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
8787The operator funtionality runs in a Pod deployed to your
8888Kubernetes 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
9191You can also build the Docker image for *postgres-operator* using
9292the build instructions below.
Original file line number Diff line number Diff 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....
You can’t perform that action at this time.
0 commit comments