From 3e5185b330225e08cee71a8d10b3c14944dbb9b9 Mon Sep 17 00:00:00 2001 From: Anne Henmi <41210220+ahh-docker@users.noreply.github.com> Date: Fri, 26 Oct 2018 13:57:29 -0600 Subject: [PATCH] Update upgrade.md --- reference/ucp/3.1/cli/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/ucp/3.1/cli/upgrade.md b/reference/ucp/3.1/cli/upgrade.md index 26ac97d659..8c849dce8a 100644 --- a/reference/ucp/3.1/cli/upgrade.md +++ b/reference/ucp/3.1/cli/upgrade.md @@ -43,6 +43,6 @@ healthy and that all nodes have been upgraded successfully. | `--host-address` | Override the previously configured host address with this IP or network interface | | `--force-minimums` | Force the install/upgrade even if the system does not meet the minimum requirements | | `--pod-cidr` | Kubernetes cluster IP pool for the pods to allocated IP. The default IP pool is `192.168.0.0/16`. | -| `--nodeport-range` | Allowed port range for Kubernetes services of type `NodePort` The default port range is 32768-35535. | +| `--nodeport-range` | Allowed port range for Kubernetes services of type `NodePort`. The default port range is `32768-35535`. | | `--cloud-provider` | The cloud provider for the cluster | | `--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. |