From e5046cc0ef192ffa7bf25497616b331015972141 Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Wed, 8 Apr 2020 16:11:11 -0700 Subject: [PATCH] privileged: Add containerd and crio versions. Add containerd and crio versions that support `privileged_without_host_devices` behaviour. Fixes #638 Signed-off-by: Archana Shinde --- how-to/privileged.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/how-to/privileged.md b/how-to/privileged.md index f0f2830af8..575e4b1817 100644 --- a/how-to/privileged.md +++ b/how-to/privileged.md @@ -27,6 +27,8 @@ The Containerd CRI allows configuring the privileged host devices behavior for e done with the `privileged_without_host_devices` option. Setting this to `true` will disable hot plugging of the host devices into the guest, even when privileged is enabled. +Support for configuring privileged host devices behaviour was added in containerd `1.3.0` version. + See below example config: ```toml @@ -53,6 +55,8 @@ behavior for each runtime in the CRI config. This is done with the `privileged_without_host_devices` option. Setting this to `true` will disable hot plugging of the host devices into the guest, even when privileged is enabled. +Support for configuring privileged host devices behaviour was added in CRI-O `1.16.0` version. + See below example config: ```toml