From 0f82cef1a3650394d1a2e70372e3f4c630ec8dbd Mon Sep 17 00:00:00 2001 From: Anne Henmi <41210220+ahh-docker@users.noreply.github.com> Date: Fri, 26 Oct 2018 13:55:57 -0600 Subject: [PATCH] Update upgrade.md --- reference/ucp/3.1/cli/upgrade.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/ucp/3.1/cli/upgrade.md b/reference/ucp/3.1/cli/upgrade.md index 5fd9e3cfef..26ac97d659 100644 --- a/reference/ucp/3.1/cli/upgrade.md +++ b/reference/ucp/3.1/cli/upgrade.md @@ -23,7 +23,7 @@ This command upgrades the UCP running on this cluster. Before performing an upgrade, you should perform a backup by using the [backup](backup.md) command. -After upgrading UCP, go to the UCP web UI and confirm each node is +After upgrading UCP, go to the UCP web interface and confirm each node is healthy and that all nodes have been upgraded successfully. @@ -42,7 +42,7 @@ healthy and that all nodes have been upgraded successfully. | `--id` | The ID of the UCP instance to upgrade | | `--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 from (Default: 192.168.0.0/16 | -| `--nodeport-range` | Allowed port range for Kubernetes services of type NodePort (Default: 32768-35535) | +| `--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. | | `--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. |