Skip to content

Commit c0020b2

Browse files
Merge pull request cri-o#5337 from haircommander/drop-drop-infra-node
node e2e: keep infra container
2 parents 9358b2e + 7fe435d commit c0020b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/node_e2e_installer

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ EOF
5151
runtime_path="/usr/local/bin/crun"
5252
EOF
5353

54+
cat <<EOF >/etc/crio/crio.conf.d/30-infra container.conf
55+
[crio.runtime]
56+
drop_infra_ctr = false
57+
EOF
58+
5459
}
5560

5661
enable_selinux

0 commit comments

Comments
 (0)