Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit e5046cc

Browse files
committed
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 <[email protected]>
1 parent c07f206 commit e5046cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

how-to/privileged.md

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ The Containerd CRI allows configuring the privileged host devices behavior for e
2727
done with the `privileged_without_host_devices` option. Setting this to `true` will disable hot plugging of the host
2828
devices into the guest, even when privileged is enabled.
2929

30+
Support for configuring privileged host devices behaviour was added in containerd `1.3.0` version.
31+
3032
See below example config:
3133

3234
```toml
@@ -53,6 +55,8 @@ behavior for each runtime in the CRI config. This is done with the
5355
`privileged_without_host_devices` option. Setting this to `true` will disable
5456
hot plugging of the host devices into the guest, even when privileged is enabled.
5557

58+
Support for configuring privileged host devices behaviour was added in CRI-O `1.16.0` version.
59+
5660
See below example config:
5761

5862
```toml

0 commit comments

Comments
 (0)