jm
unread,Aug 13, 2018, 4:06:04 AM8/13/18Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to coreo...@googlegroups.com
I have a few days spare this week between tasks and though I'd have
another go at installing CoreOS. This time on three spare laptops I have
in the office to form a cluster. So far I create a simple cloud-init and
feed it to ct to generate the ignition.json file. I then boot CoreOS on
one of the laptops via an ISO image on a USB stick and pull the
ignition.json file with curl and run
coreos-install -i ignition.json -d /dev/sda
after it boots into the installed CoreOS it automatically updates the
image and reboots. This is using the public etcd service. I have my ssh
key configured and can log in remotely.
The bit I'd getting stuck on is the next step. Getting Docker, and
everything else installed and configured. It appear the method of doing
this has changed leaving documentation is out of date or stopping just
as about where an example cloud-config should be given. For starters I'm
not even sure what is needed besides Docker. Does anyone have an example
cloud-init file for a simple three machine cluster with all three
machines running etcd, Docker, and whatever else is needed?
Regards,
Jeff.