mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 21:50:05 +00:00
Make references to files in examples links
This commit is contained in:
@@ -29,7 +29,7 @@ instructions for your platform.
|
||||
The Master service is the master (or head) service for a Spark
|
||||
cluster.
|
||||
|
||||
Use the `examples/spark/spark-master.json` file to create a pod running
|
||||
Use the [`examples/spark/spark-master.json`](spark-master.json) file to create a pod 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` file to create a
|
||||
Use the [`examples/spark/spark-worker-controller.json`](spark-worker-controller.json) file to create a
|
||||
ReplicationController that manages the worker pods.
|
||||
|
||||
```shell
|
||||
|
Reference in New Issue
Block a user