From 1d186ad50335bcbfcd3a33e8c3f91140e2b1093b Mon Sep 17 00:00:00 2001 From: Ayato Tokubi Date: Mon, 22 Sep 2025 12:34:23 +0000 Subject: [PATCH] changed to use hostNetwork Because we removed containernetworking-plugins, we can't run containers with CNI --- mantle/kola/tests/crio/crio.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mantle/kola/tests/crio/crio.go b/mantle/kola/tests/crio/crio.go index 1a0faf4a7c..7cec4c64ab 100644 --- a/mantle/kola/tests/crio/crio.go +++ b/mantle/kola/tests/crio/crio.go @@ -78,7 +78,8 @@ var crioPodTemplate = `{ "cgroup_parent": "Burstable-pod-123.slice", "security_context": { "namespace_options": { - "pid": 1 + "pid": 1, + "network": 2 }, "capabilities": { "add_capabilities": [