masterServiceNamespace=flag.String("master_service_namespace",api.NamespaceDefault,"The namespace from which the kubernetes master services should be injected into pods")
oomScoreAdj=flag.Int("oom_score_adj",-900,"The oom_score_adj value for kubelet process. Values must be within the range [-1000, 1000]")
oomScoreAdj=flag.Int("oom_score_adj",-900,"The oom_score_adj value for kubelet process. Values must be within the range [-1000, 1000]")
apiServerListutil.StringList
apiServerListutil.StringList
clusterDomain=flag.String("cluster_domain","","Domain for this cluster. If set, kubelet will configure all containers to search this domain in addition to the host's search domains")
clusterDomain=flag.String("cluster_domain","","Domain for this cluster. If set, kubelet will configure all containers to search this domain in addition to the host's search domains")
masterServiceNamespace=flag.String("master_service_namespace",api.NamespaceDefault,"The namespace from which the kubernetes master services should be injected into pods")
dockerEndpoint=flag.String("docker_endpoint","","If non-empty, use this for the docker endpoint to communicate with")
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")
etcdServer=flag.String("etcd_server","http://localhost:4001","If non-empty, path to the set of etcd server to use")
// TODO: Discover these by pinging the host machines, and rip out these flags.
// TODO: Discover these by pinging the host machines, and rip out these flags.
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")