changes for centos updated to iotgateway blueprint
[eliot.git] / blueprints / iotgateway / scripts / setup.sh
index 8da394a..8406c73 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
 
 }