Skip to content

Commit 1d186ad

Browse files
committed
changed to use hostNetwork
Because we removed containernetworking-plugins, we can't run containers with CNI
1 parent 0bc53dc commit 1d186ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mantle/kola/tests/crio/crio.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ var crioPodTemplate = `{
7878
"cgroup_parent": "Burstable-pod-123.slice",
7979
"security_context": {
8080
"namespace_options": {
81-
"pid": 1
81+
"pid": 1,
82+
"network": 2
8283
},
8384
"capabilities": {
8485
"add_capabilities": [

0 commit comments

Comments
 (0)