mirror of https://github.com/docker/docs.git
Hopefulling fixing..
This commit is contained in:
parent
e639c5d80a
commit
7a4592bd68
|
@ -58,12 +58,12 @@ command.
|
|||
|
||||
| `--unmanaged-cni` | flag to indicate if cni provider is calico and managed by UCP (calico is the default CNI provider). The default value is "true" when using the default Calico CNI. |
|
||||
|
||||
| `--pod-cidr` | Kubernetes cluster IP pool for the pods to allocated IPs from (Default: 192.168.0.0/16)
|
||||
| `--cloud-provider` | The cloud provider for the cluster
|
||||
| `--dns` | Set custom DNS servers for the UCP containers
|
||||
| `--dns-opt` | Set DNS options for the UCP containers
|
||||
| `--dns-search` | Set custom DNS search domains for the UCP containers
|
||||
| `--unlock-key` | The unlock key for this swarm-mode cluster, if one exists.
|
||||
| `--pod-cidr` | Kubernetes cluster IP pool for the pods to allocated IPs from (Default: `192.168.0.0/16`) |
|
||||
| `--cloud-provider` | The cloud provider for the cluster |
|
||||
| `--dns` | Set custom DNS servers for the UCP containers |
|
||||
| `--dns-opt` | Set DNS options for the UCP containers |
|
||||
| `--dns-search` | Set custom DNS search domains for the UCP containers |
|
||||
| `--unlock-key` | The unlock key for this swarm-mode cluster, if one exists. |
|
||||
| `--existing-config` | Use the latest existing UCP config during this installation. The install fails if a config is not found.
|
||||
| `--force-minimums` | Force the install/upgrade even if the system doesn't meet the minimum requirements.
|
||||
| `--pull` | Pull UCP images: `always`, when `missing`, or `never`
|
||||
|
|
Loading…
Reference in New Issue