From 3a55f2fbbe392afc71377ccc7b121ac067294c72 Mon Sep 17 00:00:00 2001 From: Alejandro Pedraza Date: Wed, 24 May 2023 09:25:25 -0500 Subject: [PATCH] Add comment --- cni-plugin/deployment/scripts/install-cni.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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