Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


coreos_install_using_iso

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
coreos_install_using_iso [2014/05/12 19:17] admincoreos_install_using_iso [2014/08/05 19:50] admin
Line 1: Line 1:
 +{{tag>[coreos docker]}}
 +
 +~~TOC~~
 +=====CoreOS install using ISO=====
 +====Install and run CoreOS====
   * Boot from ISO   * Boot from ISO
   * Configure ssh key for 'core' user. Paste your own SSH pub. key into a YAML config file, additionally configure hostname and other users. See [[https://coreos.com/docs/cluster-management/setup/cloudinit-cloud-config/]] for all options.<code>$ sudo su -   * Configure ssh key for 'core' user. Paste your own SSH pub. key into a YAML config file, additionally configure hostname and other users. See [[https://coreos.com/docs/cluster-management/setup/cloudinit-cloud-config/]] for all options.<code>$ sudo su -
Line 20: Line 25:
 Address=192.168.0.15/24 Address=192.168.0.15/24
 Gateway=192.168.0.1 Gateway=192.168.0.1
 +DNS=1.2.3.4
 +DNS=2.3.4.5
 </code> </code>
   * Apply config. <code>sudo systemctl restart systemd-networkd</code>   * Apply config. <code>sudo systemctl restart systemd-networkd</code>
Line 32: Line 39:
     ssh-authorized-keys:     ssh-authorized-keys:
       - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0g+ZTxC7weoIJLUafOgrm+h...</code>       - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0g+ZTxC7weoIJLUafOgrm+h...</code>
 +====Change update strategy====
 +<code>
 +#cloud-config
 +coreos:
 +  update:
 +    reboot-strategy: reboot
 +
 +
 +</code>
coreos_install_using_iso.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1