Skip to content
Snippets Groups Projects
Select Git revision
  • 4b77b274aebd6e6ba384f45f17d3999f1ce087f9
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
22 results

README-sudocmdgroup.md

Blame
  • coreos.md 637 B

    CoreOS bootstrap

    Example with Ansible:

    Before running the cluster playbook you must satisfy the following requirements:

    General CoreOS Pre-Installation Notes:

    • Ensure that the bin_dir is set to /opt/bin
    • ansible_python_interpreter should be /opt/bin/python. This will be laid down by the bootstrap task.
    • The default resolvconf_mode setting of docker_dns does not work for CoreOS. This is because we do not edit the systemd service file for docker on CoreOS nodes. Instead, just use the host_resolvconf mode. It should work out of the box.

    Then you can proceed to cluster deployment