nodeMilliCPU=flag.Int64("node_milli_cpu",1000,"The amount of MilliCPU provisioned on each node")
nodeMilliCPU=flag.Int64("node_milli_cpu",1000,"The amount of MilliCPU provisioned on each node")
nodeMemory=flag.Int64("node_memory",3*1024*1024*1024,"The amount of memory (in bytes) provisioned on each node")
nodeMemory=flag.Int64("node_memory",3*1024*1024*1024,"The amount of memory (in bytes) provisioned on each node")
masterServiceNamespace=flag.String("master_service_namespace",api.NamespaceDefault,"The namespace from which the kubernetes master services should be injected into pods")
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/")