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.

16 lines
339 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. Then you can proceed to [cluster deployment](#run-deployment)