From 20c4e3808fbb8659d638fa547e9f55cce7811a30 Mon Sep 17 00:00:00 2001 From: Tammy Fox Date: Wed, 25 Jul 2018 15:57:50 -0400 Subject: [PATCH] remove extra word --- reference/ucp/3.0/cli/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/ucp/3.0/cli/install.md b/reference/ucp/3.0/cli/install.md index 11256c469c..d7bac0845b 100644 --- a/reference/ucp/3.0/cli/install.md +++ b/reference/ucp/3.0/cli/install.md @@ -61,7 +61,7 @@ command. | `--swarm-port` | Port for the Docker Swarm manager. Used for backwards compatibility | | `--swarm-grpc-port` | Port for communication between nodes | | `--cni-installer-url` | A URL pointing to a Kubernetes YAML file to be used as an installer for the CNI plugin of the cluster. If specified, the default CNI plugin is not installed. If the URL uses the HTTPS scheme, no certificate verification is performed. | -| `--pod-cidr` | Kubernetes cluster IP pool for the pods to be allocated IPs from (Default: 192.168.0.0/16) | +| `--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 |