Add client cert to support mTLS
[it/test.git] / XTesting / kubespray / docs / flatcar.md
1 Flatcar Container Linux bootstrap
2 ===============
3
4 Example with Ansible:
5
6 Before running the cluster playbook you must satisfy the following requirements:
7
8 General Flatcar Pre-Installation Notes:
9
10 - Ensure that the bin_dir is set to `/opt/bin`
11 - ansible_python_interpreter should be `/opt/bin/python`. This will be laid down by the bootstrap task.
12 - The resolvconf_mode setting of `docker_dns` **does not** work for Flatcar. This is because we do not edit the systemd service file for docker on Flatcar nodes. Instead, just use the default `host_resolvconf` mode. It should work out of the box.
13
14 Then you can proceed to [cluster deployment](#run-deployment)