Use this command to upgrade the MKE cluster.
Before performing an upgrade, you should perform a backup
using the backup
command.
After upgrading MKE, browse to the MKE web UI and confirm that each node is healthy and that all nodes have been upgraded successfully.
docker container run --rm -it \
--name ucp \
-v /var/run/docker.sock:/var/run/docker.sock \
mirantis/ucp \
upgrade [command options]
Option |
Description |
---|---|
|
Enable debug mode |
|
Produce json formatted output for easier parsing. |
|
Run in interactive mode and prompt for configuration values. |
|
The MKE administrator password. |
|
The MKE administrator username. |
|
Force the install/upgrade even if the system does not meet the minimum requirements. |
|
Override the previously configured host address with this IP or network interface. |
|
The ID of the MKE instance to upgrade. |
|
Whether to manually upgrade worker nodes. Defaults to false. |
|
Pull MKE images: |
|
Password to use when pulling images. |
|
Username to use when pulling images. |