-
Notifications
You must be signed in to change notification settings - Fork 0
Configure agent node
Amit Pandit edited this page Jan 21, 2019
·
4 revisions
Once you have completed with all the steps provided in initial steps , configured bootstrap and master ndoes. You can move on the next step to configure the final agent node. Login to the agent 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 slave
You should be all set with the agent node and check troubleshooting page in case of issues.
@Copyrights - Amit Pandit