mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
automated link fixes
This commit is contained in:
@@ -41,10 +41,10 @@ instructions for your platform.
|
||||
|
||||
## Step One: Start your ZooKeeper service
|
||||
|
||||
ZooKeeper is a distributed coordination [service](../../docs/services.md) that Storm uses as a
|
||||
ZooKeeper is a distributed coordination [service](../../docs/user-guide/services.md) that Storm uses as a
|
||||
bootstrap and for state storage.
|
||||
|
||||
Use the [`examples/storm/zookeeper.json`](zookeeper.json) file to create a [pod](../../docs/pods.md) running
|
||||
Use the [`examples/storm/zookeeper.json`](zookeeper.json) file to create a [pod](../../docs/user-guide/pods.md) running
|
||||
the ZooKeeper service.
|
||||
|
||||
```shell
|
||||
@@ -128,7 +128,7 @@ The Storm workers need both the ZooKeeper and Nimbus services to be
|
||||
running.
|
||||
|
||||
Use the [`examples/storm/storm-worker-controller.json`](storm-worker-controller.json) file to create a
|
||||
[replication controller](../../docs/replication-controller.md) that manages the worker pods.
|
||||
[replication controller](../../docs/user-guide/replication-controller.md) that manages the worker pods.
|
||||
|
||||
```shell
|
||||
$ kubectl create -f examples/storm/storm-worker-controller.json
|
||||
|
Reference in New Issue
Block a user