mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 01:02:33 +00:00
howto: Update deprecated CRI-O conf option
CRI-O config option manage_network_ns_lifecycle is replaced with manage_ns_lifecycle in 1.17, which determines whether we pin and remove namespaces and manage their lifecycle. Update docs to reflect both. Fixes #617 Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com>
This commit is contained in:
parent
bc22bb8d7d
commit
99e2d1397c
@ -112,10 +112,17 @@ default_workload_trust = "untrusted"
|
||||
|
||||
#### Network namespace management
|
||||
To enable networking for the workloads run by Kata, CRI-O needs to be configured to
|
||||
manage network namespaces, by setting the following key to `true`:
|
||||
manage network namespaces, by setting the following key to `true`.
|
||||
|
||||
In CRI-O v1.16:
|
||||
```toml
|
||||
manage_network_ns_lifecycle = true
|
||||
```
|
||||
In CRI-O v1.17+:
|
||||
```toml
|
||||
manage_ns_lifecycle = true
|
||||
```
|
||||
|
||||
|
||||
### containerd with CRI plugin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user