I have a running cluster that was created by a ACS-Engine template deployment following this guide: https://github.com/Azure/acs-engine/blob/master/docs/swarmmode.md
I want to add extra Master nodes to my running cluster... Say I have 3 Master nodes and I want to scale that to 5. Or similarly, say one of my 3 master VMs crashes, can't be recovered and it needs to be replaced.
What is the right way to add a new Master node VM to my cluster?