Install MKE offline¶
To install MKE on an offline host, you must first use a separate computer with an Internet connection to download a single package with all the images and then copy that package to the host where you will install MKE. Once the package is on the host and loaded, you can install MKE offline as described in Install the MKE image.
Note
During the offline installation, both manager and worker nodes must be offline.
To install MKE offline:
Download the required MKE package:
Note
MKE 3.3.10 is discontinued and thus not available for download.
Caution
Users running kernel version 4.15 or earlier may encounter an issue with MKE 3.3.9 wherein support dumps fail and nodes disconnect. Mirantis strongly recommends that these users either upgrade to kernel version 4.16 (or later) or upgrade to MKE 3.3.11.
Using one of the following links:
Using the following command with the package URL:
wget <mke-package-url> -O ucp.tar.gz
Copy the MKE package to the host machine:
scp ucp.tar.gz <user>@<host>
Use SSH to log in to the host where you transferred the package.
Load the MKE images from the
.tar.gz
file:docker load -i ucp.tar.gz
See also
Compatibility Matrix