Skip to content

Commit 53e8be0

Browse files
fix conmon path error in crio kvm
1 parent c07980a commit 53e8be0

File tree

1 file changed

+1
-1
lines changed
  • deploy/iso/minikube-iso/package/crio-bin

1 file changed

+1
-1
lines changed

deploy/iso/minikube-iso/package/crio-bin/crio.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ decryption_keys_path = "/etc/crio/keys/"
102102

103103
# Path to the conmon binary, used for monitoring the OCI runtime.
104104
# Will be searched for using $PATH if empty.
105-
conmon = "/usr/libexec/crio/conmon"
105+
conmon = "/usr/bin/conmon"
106106

107107
# Cgroup setting for conmon
108108
conmon_cgroup = "system.slice"

0 commit comments

Comments
 (0)