mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-10-21 15:30:24 +00:00
Skips binary copy in entrypoint with new parameter
This commit is contained in:
committed by
Tomofumi Hayashi
parent
c7f957194b
commit
ecc474a264
@@ -615,3 +615,7 @@ Additionally when using CRIO, you may wish to have the CNI config file that's us
|
||||
When using `--multus-conf-file=auto` you may also care to specify a `binDir` in the configuration, this can be accomplished using the `--additional-bin-dir` option.
|
||||
|
||||
--additional-bin-dir=/opt/multus/bin
|
||||
|
||||
Sometimes, you may wish to not have the entrypoint copy the binary file onto the host. Potentially, you have another way to copy in a specific version of Multus, for example. By default, it's always copied, but you may disable the copy with:
|
||||
|
||||
--skip-multus-binary-copy=true
|
||||
|
Reference in New Issue
Block a user