Skips binary copy in entrypoint with new parameter

This commit is contained in:
dougbtv
2019-11-06 14:08:39 -05:00
committed by Tomofumi Hayashi
parent c7f957194b
commit ecc474a264
2 changed files with 16 additions and 2 deletions

View File

@@ -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