Resolve "Scripts and specifications for NFV-SDN'22 experiment are outdated"
Merged
requested to merge fix/55-scripts-and-specifications-for-nfv-sdn-22-experiment-are-outdated into develop
Compare changes
Files
10+ 9
− 8
@@ -38,20 +38,21 @@ GITLAB_REPO_URL="labs.etsi.org:5050/tfs/controller"
@@ -38,20 +38,21 @@ GITLAB_REPO_URL="labs.etsi.org:5050/tfs/controller"
@@ -77,12 +78,12 @@ cp ./manifests/"${COMPONENT}".yaml "$MANIFEST"
@@ -77,12 +78,12 @@ cp ./manifests/"${COMPONENT}".yaml "$MANIFEST"
@@ -91,8 +92,8 @@ echo " Deploying '$COMPONENT' component to Kubernetes..."
@@ -91,8 +92,8 @@ echo " Deploying '$COMPONENT' component to Kubernetes..."
kubectl --namespace $K8S_NAMESPACE scale deployment --replicas=0 ${COMPONENT_OBJNAME} >> "$DEPLOY_LOG"
kubectl --namespace $K8S_NAMESPACE scale deployment --replicas=1 ${COMPONENT_OBJNAME} >> "$DEPLOY_LOG"