Upgrade DC/OS

Generate Upgrade DC/OS Script

bash ../dcos_generate_configv1.12.x.sh  --generate-node-upgrade-script 1.12.0

Execute Nginx as Script's downloading server

docker run -d --restart=always -p 8112:80 -v /root/dcos1.12.x.patch/genconf/serve:/usr/share/nginx/html:ro --name dcos_1.12.x_patch_mode nginx

Download Upgrade DC/OS Script and Execute upgrading

curl -O http://192.168.7.80:8112/upgrade/9f2b008cfb314309a160d46c6a7a84be/dcos_node_upgrade.sh
bash dcos_node_upgrade.sh

Last updated

Was this helpful?