Merge "Add scripts to install opc-ua"
[eliot.git] / blueprints / uCPE / scripts / setup.sh
index a4b0b1d..ca0cc66 100755 (executable)
@@ -87,8 +87,7 @@ setup_k8smaster_centos()
   # Setup ELIOT Node
   setup_k8sworkers_centos
 
-  kubectl apply -f cni/calico/rbac.yaml
-  kubectl apply -f cni/calico/calico.yaml
+  kubectl apply -f cni/calico/v38/calico.yaml
 
 }