mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
761 B
761 B
CoreOS bootstrap
Example with kubespray-cli:
kubespray deploy --gce --coreos
Or with Ansible:
Before running the cluster playbook you must satisfy the following requirements:
General CoreOS Pre-Installation Notes:
- You should set the bootstrap_os variable to
coreos - 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_dnsdoes not work for CoreOS. This is because we do not edit the systemd service file for docker on CoreOS nodes. Instead, just use thehost_resolvconfmode. It should work out of the box.
Then you can proceed to cluster deployment