Fixes #8701. Added inline links to "services" "pods" and "replication controllers" (using relative linking ../../folder/filename.md)

This commit is contained in:
RichieEscarez
2015-06-04 09:24:50 -07:00
parent d97199c091
commit 7936334a78
4 changed files with 19 additions and 20 deletions

View File

@@ -26,10 +26,10 @@ instructions for your platform.
## Step One: Start your Master service
The Master service is the master (or head) service for a Spark
The Master [service](../../docs/services.md) is the master (or head) service for a Spark
cluster.
Use the [`examples/spark/spark-master.json`](spark-master.json) file to create a pod running
Use the [`examples/spark/spark-master.json`](spark-master.json) file to create a [pod](../../docs/pods.md) running
the Master service.
```shell
@@ -85,7 +85,7 @@ program.
The Spark workers need the Master service to be running.
Use the [`examples/spark/spark-worker-controller.json`](spark-worker-controller.json) file to create a
ReplicationController that manages the worker pods.
[replication controller](../../docs/replication-controller.md) that manages the worker pods.
```shell
$ kubectl create -f examples/spark/spark-worker-controller.json