mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Docker: Set Cgroup driver by default to systemd (#6563)
* Set Docker Cgroup driver to systemd * Add docker_cgroup_driver in Docker defaults
This commit is contained in:
@@ -10,6 +10,10 @@ docker_container_storage_setup: false
|
||||
## Otherwise docker-storage-setup will be executed incorrectly.
|
||||
# docker_container_storage_setup_devs: /dev/vdb
|
||||
|
||||
## Uncomment this if you want to change the Docker Cgroup driver (native.cgroupdriver)
|
||||
## Valid options are systemd or cgroupfs, default is systemd
|
||||
# docker_cgroup_driver: systemd
|
||||
|
||||
## Uncomment this if you have more than 3 nameservers, then we'll only use the first 3.
|
||||
docker_dns_servers_strict: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user