Skip to content

Commit

Permalink
swap service order to make configure args more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
mattf committed Mar 3, 2015
1 parent 5bac847 commit 09bb598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/storm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ $ kubectl get services
NAME LABELS SELECTOR IP PORT
kubernetes component=apiserver,provider=kubernetes <none> 10.254.0.2 443
kubernetes-ro component=apiserver,provider=kubernetes <none> 10.254.0.1 80
nimbus name=nimbus name=nimbus 10.254.115.208 6627
zookeeper name=zookeeper name=zookeeper 10.254.139.141 2181
nimbus name=nimbus name=nimbus 10.254.115.208 6627

$ sudo docker run -it -w /opt/apache-storm mattf/storm-base sh -c '/configure.sh 10.254.139.141 10.254.115.208; ./bin/storm list'
...
Expand Down

0 comments on commit 09bb598

Please sign in to comment.