Skip to content

Commit

Permalink
Bug Fix: containerd v2.x.x SystemdCgroup changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Muthukumar-Subramaniam committed Nov 21, 2024
1 parent 54fc8f2 commit 57c78bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file modified inst-k8s-ansible.tar.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
content: "{{ var_containerd_config.stdout }}"
dest: /etc/containerd/config.toml

- name: Update SystemdCgroup as true in /etc/containerd/config.toml for runc
become: true
lineinfile:
path: /etc/containerd/config.toml
insertafter: '^.*containerd\.runtimes\.runc\.options.*$'
line: ' SystemdCgroup = true'

- name: Download containerd.service file from GitHub
become: true
get_url:
Expand Down

0 comments on commit 57c78bc

Please sign in to comment.