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

NAME

6       openshift start network - Launch node network
7
8
9

SYNOPSIS

11       openshift start network [OPTIONS]
12
13
14

DESCRIPTION

16       Start node network components
17
18
19       This command helps you launch node networking.  Running
20
21
22       openshift start network --config=<node-config>
23
24
25       will  start  the network proxy and SDN plugins with given configuration
26       file. The proxy will run in the  foreground  until  you  terminate  the
27       process.
28
29
30

OPTIONS

32       --config=""
33           Location  of  the node configuration file to run from. When running
34       from  a  configuration  file,  all  other  command-line  arguments  are
35       ignored.
36
37
38       --disable=""
39           The set of network components to disable
40
41
42       --enable="dns,plugins,proxy"
43           The set of network components to enable
44
45
46       --images="openshift/origin-${component}:${version}"
47           When  fetching images used by the cluster for important components,
48       use this format on both master and nodes. The latest  release  will  be
49       used by default.
50
51
52       --kubeconfig=""
53           Path  to  the kubeconfig file to use for requests to the Kubernetes
54       API.
55
56
57       --kubernetes=" ⟨https://localhost:8443"⟩
58           removed in favor of --kubeconfig
59
60
61       --latest-images=false
62           If true, attempt to use the latest images for the  cluster  instead
63       of the latest release.
64
65
66       --listen=" ⟨https://0.0.0.0:8443"⟩
67           The address to listen for connections on (scheme://host:port).
68
69
70       --network-plugin=""
71           The  network  plugin  to  be  called for configuring networking for
72       pods.
73
74
75       --recursive-resolv-conf=""
76           An optional upstream resolv.conf that will override the DNS config.
77
78
79

OPTIONS INHERITED FROM PARENT COMMANDS

81       --azure-container-registry-config=""
82           Path to the file containing Azure container registry  configuration
83       information.
84
85
86       --log-flush-frequency=0
87           Maximum number of seconds between log flushes
88
89
90       --version=false
91           Print version information and quit
92
93
94

SEE ALSO

96       openshift-start(1),
97
98
99

HISTORY

101       June 2016, Ported from the Kubernetes man-doc generator
102
103
104
105Openshift                  Openshift CLI User Manuals       OPENSHIFT START(1)
Impressum