Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/flatcar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Before running the cluster playbook you must satisfy the following requirements:
General Flatcar Pre-Installation Notes:

- Ensure that the bin_dir is set to `/opt/bin`
- Ensure download_run_once is set to `False`. `download_run_once` option is not supported for Flatcar.
- ansible_python_interpreter should be `/opt/bin/python`. This will be laid down by the bootstrap task.
- 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.

Expand Down