main: Add CNI options
We add 2 ocid options for choosing the CNI configuration and plugin binaries directories: --cni-config-dir and --cni-plugin-dir. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
50a3958e5a
commit
c525459000
6 changed files with 61 additions and 1 deletions
|
@ -69,6 +69,14 @@ The `ocid` table supports the following options:
|
|||
**pause**=""
|
||||
Path to the pause executable (default: "/usr/libexec/ocid/pause")
|
||||
|
||||
## OCID.NETWORK TABLE
|
||||
|
||||
**network_dir**=""
|
||||
Path to CNI configuration files (default: "/etc/cni/net.d/")
|
||||
|
||||
**plugin_dir**=""
|
||||
Path to CNI plugin binaries (default: "/opt/cni/bin/")
|
||||
|
||||
# SEE ALSO
|
||||
ocid(8)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue