mirror of https://github.com/easzlab/kubeasz.git
7 lines
196 B
YAML
7 lines
196 B
YAML
|
# cgroup driver
|
||
|
CGROUP_DRIVER: "{%- if DOCKER_VER|float >= 20.10 -%} \
|
||
|
systemd \
|
||
|
{%- else -%} \
|
||
|
cgroupfs \
|
||
|
{%- endif -%}"
|