Merge pull request #77 from frodenas/namespace-flag

fission-bundle: allow setting the namespace
This commit is contained in:
Soam Vasani
2017-01-13 11:22:37 -08:00
committed by GitHub
+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.