Document host_resolvconf as default value for resolvconf_mode (#8493)

refs #8247
This commit is contained in:
Ilya Margolin
2022-01-31 12:12:24 +01:00
committed by GitHub
parent d31db847b7
commit 7d4d554436
3 changed files with 17 additions and 17 deletions

View File

@@ -9,6 +9,6 @@ General Flatcar 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 Flatcar. This is because we do not edit the systemd service file for docker on Flatcar nodes. Instead, just use the `host_resolvconf` mode. It should work out of the box.
- 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.
Then you can proceed to [cluster deployment](#run-deployment)