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.3.16 install \
--host-address <ucp-ip> \
--cloud-provider aws \
--interactive