k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
236 B
6 lines
236 B
---
|
|
|
|
- name: set kubelet_config_extra_args options when cgroupfs is used
|
|
set_fact:
|
|
containerd_runc_runtime: "{{ containerd_runc_runtime | combine({'options':{'systemCgroup':'false'}}) }}"
|
|
when: not containerd_use_systemd_cgroup
|