Skip to content

Commit 28740b6

Browse files
Merge pull request #4869 from RishabhSaini/release-4.18
OCPBUGS-51132: [release-4.18] /etc/crio/crio.conf.d/00-default should contain runtime_root for runc
2 parents bfc4c63 + 28ee0ab commit 28740b6

File tree

2 files changed

+2
-0
lines changed
  • templates
    • master/01-master-container-runtime/_base/files
    • worker/01-worker-container-runtime/_base/files

2 files changed

+2
-0
lines changed

templates/master/01-master-container-runtime/_base/files/crio.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ contents:
3535
drop_infra_ctr = true
3636
3737
[crio.runtime.runtimes.runc]
38+
runtime_root = "/run/runc"
3839
allowed_annotations = [
3940
"io.containers.trace-syscall",
4041
"io.kubernetes.cri-o.Devices",

templates/worker/01-worker-container-runtime/_base/files/crio.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ contents:
3535
drop_infra_ctr = true
3636
3737
[crio.runtime.runtimes.runc]
38+
runtime_root = "/run/runc"
3839
allowed_annotations = [
3940
"io.containers.trace-syscall",
4041
"io.kubernetes.cri-o.Devices",

0 commit comments

Comments
 (0)