fission-bundle: allow setting the namespace

This commit is contained in:
Ferran Rodenas
2017-01-13 13:10:13 +01:00
parent 93ca9cbf3e
commit 86a8430c52
+1 -1
View File
@@ -75,7 +75,7 @@ Use it to start one or more of the fission servers:
Usage:
fission-bundle --controllerPort=<port> [--etcdUrl=<etcdUrl>] --filepath=<filepath>
fission-bundle --routerPort=<port> [--controllerUrl=<url> --poolmgrUrl=<url>]
fission-bundle --poolmgrPort=<port> [--controllerUrl=<url>]
fission-bundle --poolmgrPort=<port> [--controllerUrl=<url> --namespace=<namespace>]
fission-bundle --kubewatcher [--controllerUrl=<url> --routerUrl=<url>]
Options:
--controllerPort=<port> Port that the controller should listen on.