Skip to content

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.

Step 1 : Make a new directory and navigate to it.

>> 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 installation script

>> sudo bash dcos_install.sh slave

You should be all set with the agent node and check troubleshooting page in case of issues.

Clone this wiki locally