mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-21 02:40:57 +00:00
Merge pull request #639 from amshinde/add-versions-for-privileged
privileged: Add containerd and crio versions.
This commit is contained in:
commit
d71d5e1e54
@ -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
|
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.
|
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:
|
See below example config:
|
||||||
|
|
||||||
```toml
|
```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
|
`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.
|
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:
|
See below example config:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
|
Loading…
Reference in New Issue
Block a user