mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
67 lines
1.6 KiB
Plaintext
67 lines
1.6 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * microshift/using-config-tools.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="microshift-config-cli-manifests_{context}"]
|
|
= Using CLI tools and creating manifests
|
|
|
|
Configure your {microshift-short} using the supported command line (CLI) arguments and environment variables.
|
|
|
|
[id="microshift-config-cli-environ-vars_{context}"]
|
|
== Supported command-line arguments and environment variables
|
|
|
|
[cols="4",options="header"]
|
|
|===
|
|
|Field name
|
|
|CLI argument
|
|
|Environment variable
|
|
|Description
|
|
|
|
|`clusterCIDR`
|
|
|`--cluster-cidr`
|
|
|`MICROSHIFT_CLUSTER_CLUSTERCIDR`
|
|
|A block of IP addresses from which pod IP addresses are allocated.
|
|
|
|
|`serviceCIDR`
|
|
|`--service-cidr`
|
|
|`MICROSHIFT_CLUSTER_SERVICECIDR`
|
|
|A block of virtual IP addresses for Kubernetes services.
|
|
|
|
|`serviceNodePortRange`
|
|
|`--service-node-port-range`
|
|
|`MICROSHIFT_CLUSTER_SERVICENODEPORTRANGE`
|
|
|The port range allowed for Kubernetes services of type NodePort.
|
|
|
|
|`dns`
|
|
|`--cluster-dns`
|
|
|`MICROSHIFT_CLUSTER_DNS`
|
|
|The Kubernetes service IP address where pods query for name resolution.
|
|
|
|
|`domain`
|
|
|`--cluster-domain`
|
|
|`MICROSHIFT_CLUSTER_DOMAIN`
|
|
|Base DNS domain used to construct fully qualified pod and service domain names.
|
|
|
|
|`url`
|
|
|`--url`
|
|
|`MICROSHIFT_CLUSTER_URL`
|
|
|URL of the API server for the cluster.
|
|
|
|
|`nodeIP`
|
|
|`--node-ip`
|
|
|`MICROSHIFT_NODEIP`
|
|
|The IP address of the node, defaults to IP of the default route.
|
|
|
|
|`nodeName`
|
|
|`--node-name`
|
|
|`MICROSHIFT_NODENAME`
|
|
|The name of the node, defaults to hostname.
|
|
|
|
|`logVLevel`
|
|
|`--v`
|
|
|`MICROSHIFT_LOGVLEVEL`
|
|
|Log verbosity (0-5)
|
|
|===
|
|
|