Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


coreos_install_using_iso

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
coreos_install_using_iso [2014/05/12 19:28] admincoreos_install_using_iso [2014/06/10 12:02] admin
Line 1: Line 1:
 +{{tag>[coreos docker]}}
 +
 +
 +=====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 34: 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