Files
kubernetes/contrib/ansible/roles/master/files/controller-manager
Eric Paris 35c7b16592 example ansible setup repo
This is a basic ansible repo that will do a couple of things

1) set up an etcd node
2) set up a master running apiserver, scheduler, controller-manager
3) setup any number of nodes

Hopefully this can be expanded to do things like set up skydns, set up a
private docker repo, set up an overlay network (flannel) etc etc.  But
right now all it does is set up etcd and configure a master and nodes.
2015-04-03 12:01:36 -04:00

8 lines
188 B
Plaintext

###
# The following values are used to configure the kubernetes controller-manager
# defaults from config and apiserver should be adequate
# Add you own!
KUBE_CONTROLLER_MANAGER_ARGS=""