Skip to content

Commit 2c22273

Browse files
Merge pull request #3527 from pmtk/wrong-crio/main-yminus2
NO-ISSUE: Add runtime crun to crio for y-2 blueprint
2 parents 71d9c6b + 3dfea05 commit 2c22273

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

test/image-blueprints/layer1-base/group2/rhel92-microshift-yminus2.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,14 @@ enabled = ["mdns", "ssh", "http", "https"]
3737
[[customizations.firewall.zones]]
3838
name = "trusted"
3939
sources = ["10.42.0.0/16", "169.254.169.1"]
40+
41+
[[customizations.files]]
42+
path = "/etc/crio/crio.conf.d/00-crio-crun.yaml"
43+
data = """
44+
[crio.runtime.runtimes.crun]
45+
runtime_path = ""
46+
runtime_type = "oci"
47+
runtime_root = "/run/crun"
48+
runtime_config_path = ""
49+
monitor_path = ""
50+
"""

0 commit comments

Comments
 (0)