From d55ea37974ba332b0b82e094d9ea2a7146a5dff2 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Mon, 18 Jan 2021 22:54:03 +0100 Subject: [PATCH] Update from default config --- templates/etc/crio/crio.conf.d/01-crio-network.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/etc/crio/crio.conf.d/01-crio-network.conf.j2 b/templates/etc/crio/crio.conf.d/01-crio-network.conf.j2 index 58008cb..a5f727f 100644 --- a/templates/etc/crio/crio.conf.d/01-crio-network.conf.j2 +++ b/templates/etc/crio/crio.conf.d/01-crio-network.conf.j2 @@ -12,5 +12,6 @@ network_dir = "/etc/cni/net.d/" # Paths to directories where CNI plugin binaries are located. plugin_dirs = [ "/opt/cni/bin", + "/usr/libexec/cni", ]