Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed May 31, 2023
1 parent d95123e commit 55d034a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cni-plugin/deployment/scripts/install-cni.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55d034a

Please sign in to comment.