Update upgrade.md

Added changes per @mark-church
This commit is contained in:
Anne Henmi 2018-10-22 13:54:16 -06:00 committed by GitHub
parent 972a31f5e9
commit 343528e7ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Upgrade the UCP cluster
--name ucp \
-v /var/run/docker.sock:/var/run/docker.sock \
docker/ucp \
--unmanaged-cni <true|false>
upgrade [command options]
```
@ -39,6 +40,8 @@ healthy and that all nodes have been upgraded successfully.
| `--pull` | Pull UCP images: `always`, when `missing`, or `never` |
| `--registry-username` | Username to use when pulling images |
| `--registry-password` | Password to use when pulling images |
| `--unmanaged-cni` | This determines who manages the CNI plugin, using `true` or `false`. The default is false. The `true` value installs UCP without a managed CNI plugin. UCP and the Kubernetes components will be running but pod to pod networking will not function until a CNI plugin is manually installed. This will impact some functionality of UCP until a CNI plugin is running.
|
| `--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 |