clean up generated content in stop-kubemark.sh

This commit is contained in:
Hongchao Deng 2016-01-23 16:07:00 -08:00
parent 717551b13c
commit 5c68e9171d

View File

@ -43,3 +43,4 @@ if [ "${SEPARATE_EVENT_MACHINE:-false}" == "true" ]; then
fi fi
rm -rf "${KUBE_ROOT}/test/kubemark/kubeconfig.loc" &> /dev/null || true rm -rf "${KUBE_ROOT}/test/kubemark/kubeconfig.loc" &> /dev/null || true
rm "ca.crt" "kubecfg.crt" "kubecfg.key" "${KUBE_ROOT}/test/kubemark/hollow-node.json" &> /dev/null || true