The cri-o config changed the type of a field
Trying to run with the old config gives fatal runtime error: toml: cannot load TOML value of type string into a Go slicepull/4205/head
parent
3cc4376298
commit
c272f683ea
|
@ -157,5 +157,7 @@ registries = [
|
|||
# files are stored.
|
||||
network_dir = "/etc/cni/net.d/"
|
||||
|
||||
# plugin_dir is where CNI plugin binaries are stored.
|
||||
plugin_dir = "/opt/cni/bin/"
|
||||
# Paths to directories where CNI plugin binaries are located.
|
||||
plugin_dir = [
|
||||
"/opt/cni/bin/",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue