Hopefulling fixing..

This commit is contained in:
Anne Henmi 2018-11-07 10:35:35 -08:00
parent e639c5d80a
commit 7a4592bd68
1 changed files with 6 additions and 6 deletions

View File

@ -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`