Skip to content
Snippets Groups Projects
Commit 2db28981 authored by Sandro Modarelli's avatar Sandro Modarelli Committed by Kubernetes Prow Robot
Browse files

Fixed runc path in runtime for RedHat os family (#4731)

parent 3776000f
Branches
Tags
No related merge requests found
...@@ -64,7 +64,7 @@ file_locking = true ...@@ -64,7 +64,7 @@ file_locking = true
# This is a mandatory setting as this runtime will be the default one # This is a mandatory setting as this runtime will be the default one
# and will also be used for untrusted container workloads if # and will also be used for untrusted container workloads if
# runtime_untrusted_workload is not set. # runtime_untrusted_workload is not set.
{% if ansible_os_family == "ClearLinux" %} {% if ansible_os_family == "ClearLinux" or ansible_os_family == "RedHat" %}
runtime = "/usr/bin/runc" runtime = "/usr/bin/runc"
{% else %} {% else %}
runtime = "/usr/sbin/runc" runtime = "/usr/sbin/runc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment