Skip to content

Configure master node

Amit Pandit edited this page Jan 21, 2019 · 4 revisions

Once you have completed with all the steps provided in initial steps and configured bootstrap node. You can move on the next step to configure the master node. Login to the master node VM and follow the below steps.

Step 1 : Run the below command

>> mkdir /tmp/dcos && cd /tmp/dcos

Step 2 : Download the DC/OS installer from the NGINX Docker container, where and <your_port> are specified in bootstrap_url.

>> curl -O http://<bootstrap-ip>:<your_port>/dcos_install.sh

Step 3 : Run the following command to install DC/OS on your master nodes.

>> sudo bash dcos_install.sh master

Expected output of installation:

Thats it. You are good with the master and you could take help of troubleshooting page incase of issues.

If everything good, you are good to access the interfaces . Please check next step after configuring master node.

Clone this wiki locally