diff --git a/how-to/run-kata-with-k8s.md b/how-to/run-kata-with-k8s.md index d4e43cd49..c8ed783ea 100644 --- a/how-to/run-kata-with-k8s.md +++ b/how-to/run-kata-with-k8s.md @@ -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