mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 20:50:24 +00:00
Fixes #8701. Added inline links to "services" "pods" and "replication controllers" (using relative linking ../../folder/filename.md)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user