Always extract cni plugins archive

Change-Id: I81f24729b55568c85b43b21f749b16fcc3528ae1
Related-PROD: PROD-28953(PROD:28953)
diff --git a/kubernetes/_common.sls b/kubernetes/_common.sls
index 92c2856..7e2e1b8 100644
--- a/kubernetes/_common.sls
+++ b/kubernetes/_common.sls
@@ -317,5 +317,5 @@
     - options: xzf
     {%- endif %}
     - archive_format: tar
-    - if_missing: /opt/cni/bin/host-local
+    - overwrite: true
 {%- endif %}