mirror of
https://github.com/containerd/containerd.git
synced 2026-07-03 21:30:13 +00:00
To make it as DEPRECATED, this PR does the following: 1. Changes config default to use `NetworkPluginBinDirs`; 2. Mark `NetworkPluginBinDir` as deprecated (in config version 3); 3. Add config migration from 2 to 3, which migrates `bin_dir` in version 2 to `bin_dirs` in version 3. Signed-off-by: Jin Dong <djdongjin95@gmail.com> [wip] add deprecation warning Signed-off-by: Jin Dong <djdongjin95@gmail.com>