diff --git a/hack/local-up-cluster.sh b/hack/local-up-cluster.sh index 16e8ed9a1cf..33d3489561d 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -1151,6 +1151,7 @@ echo "Using GO_OUT ${GO_OUT}" export KUBELET_CIDFILE=${TMP_DIR}/kubelet.cid if [[ "${ENABLE_DAEMON}" = false ]]; then trap cleanup EXIT + trap cleanup INT fi echo "Starting services now!"