The \fBkubernetes\fP controller manager is really a service that is layered on top of the simple pod API. To enforce this layering, the logic for the replicationController is actually broken out into another server. This server watches etcd for changes to replicationController objects and then uses the public Kubernetes API to implement the replication algorithm.
.PP
The kube\-controller\-manager has several options.
.SHOPTIONS
.PP
\fB\-address\fP=""
The address on the local server to listen to. Default 127.0.0.1.
.PP
\fB\-allow\_privileged\fP="false"
If true, allow privileged containers.
.PP
\fB\-address=\fP"127.0.0.1"
The address to serve from.
.PP
\fB\-alsologtostderr\fP=false
log to standard error as well as files.
.PP
\fB\-api\_version\fP=""
The API version to use when talking to the server.