.TH "OPENSHIFT START MASTER" "1" " Openshift CLI User Manuals" "Openshift" "June 2016" ""
.SH NAME
.PP
openshift start master controllers \- Launch master controllers
.SH SYNOPSIS
.PP
\fBopenshift start master controllers\fP [OPTIONS]
.SH DESCRIPTION
.PP
Start the master controllers
.PP
This command starts the controllers for the master. Running
.PP
openshift start master controllers
.PP
will start the controllers that manage the master state, including the scheduler. The controllers will run in the foreground until you terminate the process.
.SH OPTIONS
.PP
\fB\-\-config\fP=""
Location of the master configuration file to run from. Required
.PP
\fB\-\-listen\fP="
\[la]https://127.0.0.1:8444"\[ra]
The address to listen for connections on (scheme://host:port).
.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB\-\-google\-json\-key\fP=""
The Google Cloud Platform Service Account JSON Key to use for authentication.
.PP
\fB\-\-log\-flush\-frequency\fP=0
Maximum number of seconds between log flushes
.SH SEE ALSO
.PP
\fBopenshift\-start\-master(1)\fP,
.SH HISTORY
.PP
June 2016, Ported from the Kubernetes man\-doc generator