mirror of https://github.com/docker/docs.git
parent
972a31f5e9
commit
343528e7ad
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue