Closed joel-huang closed 6 years ago
Line 35 of delete_composer-rest-server.sh reads: kubectl delete -f ../kube-configs/composer-rest-server.yaml this points to scripts instead of cs-offerings where kube-configs is located
kubectl delete -f ../kube-configs/composer-rest-server.yaml
I fixed this bug by replacing ../kube-configs/ with ${KUBECONFIG_FOLDER}
./kube-configs/
${KUBECONFIG_FOLDER}
Looks like lines 34 and 35 require updating to use ${KUBECONFIG_FOLDER} rather than the direct directory referencing.
Fixed by https://github.com/IBM-Blockchain/ibm-container-service/pull/87
Line 35 of delete_composer-rest-server.sh reads:
kubectl delete -f ../kube-configs/composer-rest-server.yaml
this points to scripts instead of cs-offerings where kube-configs is located