Fixed runc path in runtime for RedHat os family (#4731)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3776000fc4
commit
2db2898112
@ -64,7 +64,7 @@ file_locking = true
|
||||
# This is a mandatory setting as this runtime will be the default one
|
||||
# and will also be used for untrusted container workloads if
|
||||
# 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"
|
||||
{% else %}
|
||||
runtime = "/usr/sbin/runc"
|
||||
|
Reference in New Issue
Block a user