-
Notifications
You must be signed in to change notification settings - Fork 0
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.
>> 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
>> 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.
@Copyrights - Amit Pandit