- Get ISO
- Prepare cloud-config.yml, generate ssh and add to the config
ssh-keygen -t rsa -b 4096 -C "[email protected]"
# give the name dev_rancher_local for the key
echo "ssh_authorized_keys:" > cloud-config.yml
echo " - $(cat dev_rancher_local.pub)" >> cloud-config.yml
- Serve cloud-config.yml somewhere accessible by internet
- Boot up ISO
wget http://.../cloud-config.yml
- sudo ros install -c cloud-config.yml -d /dev/sda
- Enable rancher-server:
sudo ros service enable rancher-server
sudo ros service up rancher-server
- Visit rancher-server at ip:8080