openshift-start-master-controllers - Man Page
Launch master controllers
Synopsis
openshift start master controllers [Options]
Description
Start the master controllers
This command starts the controllers for the master. Running
openshift start master controllers
will start the controllers that manage the master state, including the scheduler. The controllers will run in the foreground until you terminate the process.
Options
- --config=""
Location of the master configuration file to run from. Required
- --listen=" ⟨https://127.0.0.1:8444"⟩
The address to listen for connections on (scheme://host:port).
- --lock-service-name=""
Name of a service in the kube-system namespace to use as a lock, overrides config.
Options Inherited from Parent Commands
- --azure-container-registry-config=""
Path to the file containing Azure container registry configuration information.
- --log-flush-frequency=0
Maximum number of seconds between log flushes
- --version=false
Print version information and quit
See Also
History
June 2016, Ported from the Kubernetes man-doc generator