diff --git a/cni-plugin/deployment/scripts/install-cni.sh b/cni-plugin/deployment/scripts/install-cni.sh index 7113641e..bcb277ff 100755 --- a/cni-plugin/deployment/scripts/install-cni.sh +++ b/cni-plugin/deployment/scripts/install-cni.sh @@ -307,7 +307,8 @@ log() { ### CNI Plugin Install Logic ### ################################ -# Delete old "interface mode" file +# Delete old "interface mode" file, possibly left over from previous versions +# TODO(alpeb): remove this on stable-2.15 rm -f "${DEFAULT_CNI_CONF_PATH}" install_cni_bin