From 88fb9b72e2a570c342c076541d48e0a047ef0b31 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 16 May 2022 14:33:48 +0000 Subject: [PATCH] docs: Update runc containerd runtime As we are using a containerd version > 1.4 we need to update the runc containerd runtime. Fixes #4263 Signed-off-by: Gabriela Cervantes --- docs/how-to/privileged.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/privileged.md b/docs/how-to/privileged.md index fcffb58da5..10868f9a31 100644 --- a/docs/how-to/privileged.md +++ b/docs/how-to/privileged.md @@ -31,7 +31,7 @@ See below example config: [plugins.cri] [plugins.cri.containerd] [plugins.cri.containerd.runtimes.runc] - runtime_type = "io.containerd.runc.v1" + runtime_type = "io.containerd.runc.v2" privileged_without_host_devices = false [plugins.cri.containerd.runtimes.kata] runtime_type = "io.containerd.kata.v2"