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 slice
pull/4205/head
Anders F Björklund 2019-05-04 22:07:20 +02:00
parent 3cc4376298
commit c272f683ea
1 changed files with 4 additions and 2 deletions

View File

@ -157,5 +157,7 @@ registries = [
# files are stored. # files are stored.
network_dir = "/etc/cni/net.d/" network_dir = "/etc/cni/net.d/"
# plugin_dir is where CNI plugin binaries are stored. # Paths to directories where CNI plugin binaries are located.
plugin_dir = "/opt/cni/bin/" plugin_dir = [
"/opt/cni/bin/",
]