File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,17 @@ install_crio() {
3030 # Setup log level
3131 echo " CONTAINER_LOG_LEVEL=debug" >> /etc/sysconfig/crio
3232
33- # Setup secondary runtime
34- cat << EOF >/etc/crio/crio.conf.d/20-runc.conf
33+ cat << EOF >/etc/crio/crio.conf.d/10-crun.conf
3534[crio.runtime]
36- default_runtime = "runc"
3735[crio.runtime.runtimes]
38- [crio.runtime.runtimes.runc]
39- runtime_path="/usr/local/bin/runc"
36+ [crio.runtime.runtimes.test-handler]
4037EOF
4138
42- cat << EOF >/etc/crio/crio.conf.d/10-crun .conf
39+ cat << EOF >/etc/crio/crio.conf.d/20-runc .conf
4340[crio.runtime]
41+ default_runtime = "runc"
4442[crio.runtime.runtimes]
45- [crio.runtime.runtimes.test-handler]
46- runtime_path="/usr/local/bin/crun"
43+ [crio.runtime.runtimes.runc]
4744EOF
4845
4946 cat << EOF >/etc/crio/crio.conf.d/30-infra-container.conf
You can’t perform that action at this time.
0 commit comments