1OPENSHIFT START MASTER(1)          June 2016         OPENSHIFT START MASTER(1)
2
3
4

NAME

6       openshift start master api - Launch master API
7
8
9

SYNOPSIS

11       openshift start master api [OPTIONS]
12
13
14

DESCRIPTION

16       Start the master API
17
18
19       This command starts the master API.  Running
20
21
22       openshift start master api
23
24
25       will  start  the server listening for incoming API requests. The server
26       will run in the foreground until you terminate the process.
27
28
29

OPTIONS

31       --config=""
32           Location of the master configuration file to run from. Required
33
34
35       --listen=" ⟨https://127.0.0.1:8444"⟩
36           The address to listen for connections on (scheme://host:port).
37
38
39       --master=" ⟨https://127.0.0.1:8443"⟩
40           The address the master should register for itself. Defaults to  the
41       master address from the config.
42
43
44

OPTIONS INHERITED FROM PARENT COMMANDS

46       --azure-container-registry-config=""
47           Path  to the file containing Azure container registry configuration
48       information.
49
50
51       --log-flush-frequency=0
52           Maximum number of seconds between log flushes
53
54
55       --version=false
56           Print version information and quit
57
58
59

SEE ALSO

61       openshift-start-master(1),
62
63
64

HISTORY

66       June 2016, Ported from the Kubernetes man-doc generator
67
68
69
70Openshift                  Openshift CLI User ManualsOPENSHIFT START MASTER(1)
Impressum