openshift-start-master-api - Man Page
Launch master API
Synopsis
openshift start master api [Options]
Description
Start the master API
This command starts the master API. Running
openshift start master api
will start the server listening for incoming API requests. The server 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).
- --master=" ⟨https://127.0.0.1:8443"⟩
The address the master should register for itself. Defaults to the master address from the 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
Referenced By
Openshift CLI User Manuals June 2016