This commit is contained in:
parent
3170b35464
commit
f9c5339328
3 changed files with 20 additions and 2 deletions
16
templates/etc/crio/crio.conf.d/01-crio-network.conf.j2
Normal file
16
templates/etc/crio/crio.conf.d/01-crio-network.conf.j2
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# The crio.network table containers settings pertaining to the management of
|
||||
# CNI plugins.
|
||||
[crio.network]
|
||||
|
||||
# The default CNI network name to be selected. If not set or "", then
|
||||
# CRI-O will pick-up the first one found in network_dir.
|
||||
# cni_default_network = ""
|
||||
|
||||
# Path to the directory where CNI configuration files are located.
|
||||
network_dir = "/etc/cni/net.d/"
|
||||
|
||||
# Paths to directories where CNI plugin binaries are located.
|
||||
plugin_dirs = [
|
||||
"/opt/cni/bin",
|
||||
]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue