In correlation with the end of life (EOL) for MKE 3.4.x, maintenance of this documentation set was discontinued as of 2023-APR-11. Click here for the latest MKE 3.x version documentation.
Install MKE¶
After you perform the steps described in Prerequisites, run the
following command to install MKE on a master node. Substitute <ucp-ip>
with
the private IP address of the master node.
Warning
If your cluster includes Kubernetes Windows worker nodes, you must omit the
--cloud-provider aws
flag from the following command, as its inclusion
causes the Kubernetes Windows worker nodes never to enter a healthy state.
docker container run --rm -it \
--name ucp \
--volume /var/run/docker.sock:/var/run/docker.sock \
mirantis/ucp:3.4.15 install \
--host-address <ucp-ip> \
--cloud-provider aws \
--interactive