openshift-start-network - Man Page
Launch node network
Synopsis
openshift start network [Options]
Description
Start node network components
This command helps you launch node networking. Running
openshift start network --config=<node-config>
will start the network proxy and SDN plugins with given configuration file. The proxy will run in the foreground until you terminate the process.
Options
- --config=""
Location of the node configuration file to run from. When running from a configuration file, all other command-line arguments are ignored.
- --disable=""
The set of network components to disable
- --enable="dns,plugins,proxy"
The set of network components to enable
- --images="openshift/origin-${component}:${version}"
When fetching images used by the cluster for important components, use this format on both master and nodes. The latest release will be used by default.
- --kubeconfig=""
Path to the kubeconfig file to use for requests to the Kubernetes API.
- --kubernetes=" ⟨https://localhost:8443"⟩
removed in favor of --kubeconfig
- --latest-images=false
If true, attempt to use the latest images for the cluster instead of the latest release.
- --listen=" ⟨https://0.0.0.0:8443"⟩
The address to listen for connections on (scheme://host:port).
- --network-plugin=""
The network plugin to be called for configuring networking for pods.
- --recursive-resolv-conf=""
An optional upstream resolv.conf that will override the DNS 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