[storm] fix broken and outdated links in readme
Signed-off-by: LinWengang <linwengang@chinacloud.com.cn>
This commit is contained in:
parent
b8e39a119f
commit
56d77eddf8
|
@ -22,15 +22,15 @@ Source is freely available at:
|
|||
This example assumes you have a Kubernetes cluster installed and
|
||||
running, and that you have installed the ```kubectl``` command line
|
||||
tool somewhere in your path. Please see the [getting
|
||||
started](../../docs/getting-started-guides/) for installation
|
||||
started](https://kubernetes.io/docs/setup/) for installation
|
||||
instructions for your platform.
|
||||
|
||||
## Step One: Start your ZooKeeper service
|
||||
|
||||
ZooKeeper is a distributed coordination [service](../../docs/user-guide/services.md) that Storm uses as a
|
||||
ZooKeeper is a distributed coordination [service](https://kubernetes.io/docs/concepts/services-networking/service/) that Storm uses as a
|
||||
bootstrap and for state storage.
|
||||
|
||||
Use the [`examples/storm/zookeeper.json`](zookeeper.json) file to create a [pod](../../docs/user-guide/pods.md) running
|
||||
Use the [`examples/storm/zookeeper.json`](zookeeper.json) file to create a [pod](https://kubernetes.io/docs/concepts/workloads/pods/pod/) running
|
||||
the ZooKeeper service.
|
||||
|
||||
```sh
|
||||
|
@ -114,7 +114,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/user-guide/replication-controller.md) that manages the worker pods.
|
||||
[replication controller](https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/) that manages the worker pods.
|
||||
|
||||
```sh
|
||||
$ kubectl create -f examples/storm/storm-worker-controller.json
|
||||
|
|
Loading…
Reference in New Issue