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 revisionBoth sides next revision
coreos_install_using_iso [2014/05/12 19:28] admincoreos_install_using_iso [2014/05/12 19:41] admin
Line 1: Line 1:
 +====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 35:
     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