Skip to content

Commit b612599

Browse files
bitokujlebon
authored andcommitted
changed to use hostNetwork
Because we removed containernetworking-plugins, we can't run containers with CNI
1 parent abd0c18 commit b612599

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)