Skip to content

Commit

Permalink
Fixed Hazelcast example documentation relative links.
Browse files Browse the repository at this point in the history
  • Loading branch information
pires committed Jul 14, 2015
1 parent 66a0766 commit 3f42ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hazelcast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Source is freely available at:
* Docker Trusted Build - https://quay.io/repository/pires/hazelcast-kubernetes

### Simple Single Pod Hazelcast Node
In Kubernetes, the atomic unit of an application is a [_Pod_](http://docs.k8s.io/pods.md). A Pod is one or more containers that _must_ be scheduled onto the same host. All containers in a pod share a network namespace, and may optionally share mounted volumes.
In Kubernetes, the atomic unit of an application is a [_Pod_](../../docs/pods.md). A Pod is one or more containers that _must_ be scheduled onto the same host. All containers in a pod share a network namespace, and may optionally share mounted volumes.

In this case, we shall not run a single Hazelcast pod, because the discovery mechanism now relies on a service definition.

Expand Down

0 comments on commit 3f42ac6

Please sign in to comment.