You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
610 B

  1. CoreOS bootstrap
  2. ===============
  3. Example with **kargo-cli**:
  4. ```
  5. kargo deploy --gce --coreos
  6. ```
  7. Or with Ansible:
  8. Before running the cluster playbook you must satisfy the following requirements:
  9. * On each CoreOS nodes a writable directory **/opt/bin** (~400M disk space)
  10. * Uncomment the variable **ansible\_python\_interpreter** in the file `inventory/group_vars/all.yml`
  11. * run the Python bootstrap playbook
  12. ```
  13. ansible-playbook -u smana -e ansible_ssh_user=smana -b --become-user=root -i inventory/inventory.cfg coreos-bootstrap.yml
  14. ```
  15. Then you can proceed to [cluster deployment](#run-deployment)