Skip to content

Commit

Permalink
Fix typo in Containerd configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualet committed Nov 18, 2021
1 parent 0263c64 commit b2973bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/container-engine/containerd/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ containerd_runc_runtime:
engine: ""
root: ""
options:
systemCgroup: "true"
systemdCgroup: "true"

containerd_additional_runtimes: []
# Example for Kata Containers as additional runtime:
Expand Down
2 changes: 1 addition & 1 deletion roles/container-engine/containerd/tasks/facts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

- name: set kubelet_config_extra_args options when cgroupfs is used
set_fact:
containerd_runc_runtime: "{{ containerd_runc_runtime | combine({'options':{'systemCgroup':'false'}}) }}"
containerd_runc_runtime: "{{ containerd_runc_runtime | combine({'options':{'systemdCgroup':'false'}}) }}"
when: not containerd_use_systemd_cgroup

0 comments on commit b2973bc

Please sign in to comment.