[entrypoint] Adds script parameter to optionally rename source CNI config file to .old

This commit is contained in:
dougbtv
2019-08-30 18:03:48 -04:00
committed by Tomofumi Hayashi
parent 56f42e0b51
commit e2f75d4ee5
3 changed files with 11 additions and 1 deletions

View File

@@ -541,3 +541,7 @@ In some cases, the original CNI configuration that the Multus configuration was
When using CRIO, you may need to restart CRIO to get the Multus configuration file to take -- this is rarely necessary.
--restart-crio=false
Additionally when using CRIO, you may wish to have the CNI config file that's used as the source for `--multus-conf-file=auto` renamed. This boolean option when set to true automatically renames the file with a `.old` suffix to the original filename.
--rename-conf-file=true