X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fiotgateway%2Fscripts%2Fsetup.sh;h=8406c733cc6825156d08634516b9247101979b42;hb=d8231861fea9dbdb16952bc1a744a2f8046e1bcf;hp=638167b56f04003670a4514b0a01d017723ccc2f;hpb=91e5ae958d0fa9584713d2ab887e2ead7371fb68;p=eliot.git diff --git a/blueprints/iotgateway/scripts/setup.sh b/blueprints/iotgateway/scripts/setup.sh index 638167b..8406c73 100755 --- a/blueprints/iotgateway/scripts/setup.sh +++ b/blueprints/iotgateway/scripts/setup.sh @@ -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 } @@ -136,7 +135,7 @@ install_edgex(){ verify_edgex() { set -o xtrace - cd edgex && source verifyedgex.sh + source verifyedgex.sh | tee verifyedgex.log }