addr=flag.String("addr","127.0.0.1","The address to use for the apiserver.")
port=flag.Int("port",8080,"The port for the apiserver to use.")
dockerEndpoint=flag.String("docker-endpoint","","If non-empty, use this for the docker endpoint to communicate with")
etcdServer=flag.String("etcd-server","http://localhost:4001","If non-empty, path to the set of etcd server to use")
masterServiceNamespace=flag.String("master-service-namespace",api.NamespaceDefault,"The namespace from which the kubernetes master services should be injected into pods")
enableProfiling=flag.Bool("profiling",false,"Enable profiling via web interface host:port/debug/pprof/")