Pierre-O's Blog

My personnal blog about IT stuff

CoreOS on Hetzner

I’m going baremetal \o/

I followed this piece of instructions.

And there is also the wiki that can help :)

1
2
3
4
5
6
7
8
9
10
wget https://raw.githubusercontent.com/coreos/init/master/bin/coreos-install
chmod +x coreos-install
cat > config<<EOF
#cloud-config
ssh_authorized_keys:
 - mykey
EOF
./coreos-install -d /dev/sda -C stable -c config
reboot
ssh core@x.x.x.x

That’s it \o/

coreos, devops

« permashortlinks HAproxy on CoreOS »