Skip to content

Commit fa2d812

Browse files
author
yi.wu
committed
update storm ui docker image
1 parent 773ab72 commit fa2d812

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

kubernetes/storm-worker-controller.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"image": "typhoon1986/storm-worker",
2727
"command": ["/start.sh", "--storm.zookeeper.servers", "172.24.2.35,172.24.2.36,172.24.2.37",
2828
"--storm.zookeeper.port", "2181",
29-
"--storm.zookeeper.root", "/k8s_storm",
30-
"--nimbus.host"],
29+
"--storm.zookeeper.root", "/k8s_storm"],
3130
"ports": [
3231
{
3332
"hostPort": 6700,

ui/start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22

3-
/storm-nimbus-daemon $2
3+
/storm-nimbus-daemon $@
44

55
exec bin/storm ui

0 commit comments

Comments
 (0)