Skip to content
Snippets Groups Projects
Commit fbbfff37 authored by okamototk's avatar okamototk Committed by Kubernetes Prow Robot
Browse files

fix broken ubuntu containerd engine (#5002)

parent fb9103ac
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@
- name: Check if runc is installed
stat:
path: /usr/sbin/runc
path: "{{ runc_binary }}"
register: runc_stat
- name: Install runc package if necessary
......
......@@ -3,6 +3,7 @@
containerd_versioned_pkg:
'latest': "{{ containerd_package }}"
'1.2.4': "{{ containerd_package }}=1.2.4-1"
'1.2.6': "{{ containerd_package }}=1.2.6-3"
'stable': "{{ containerd_package }}=1.2.4-1"
'edge': "{{ containerd_package }}=1.2.4-1"
......@@ -25,3 +26,5 @@ containerd_repo_info:
deb {{ containerd_ubuntu_repo_base_url }}
{{ ansible_distribution_release|lower }}
{{ containerd_ubuntu_repo_component }}
runc_binary: /usr/bin/runc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment