From e616be2fbbe65041e7d6ecda0dddd99c52c1f9ea Mon Sep 17 00:00:00 2001 From: Alex Seymour Date: Wed, 25 Jul 2018 17:02:10 +0200 Subject: [PATCH] Correct minor typo in --pod-cidr description --- 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 e553192a86..11256c469c 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 allocated IP from (Default: 192.168.0.0/16) | +| `--pod-cidr` | Kubernetes cluster IP pool for the pods to be 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 |