so I created three coreos(container linux) instances on aws without user-data/cloud-config.
I did this because my understanding was that cloud-config was just for setting up services and ssh-keys etc and I wanted to do that through other means.
Now I want to know how these three separate instance can be converted to act as a cluster so that updates happen one at a time
basically my question in essence would be what is the required thing that makes separate instances into a cluster in coreos?