We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f32c9 commit 7d19aa3Copy full SHA for 7d19aa3
scripts/ci-entrypoint.sh
@@ -239,7 +239,7 @@ capz::ci-entrypoint::on_exit() {
239
"${REPO_ROOT}/hack/log/redact.sh" || true
240
# cleanup all resources we use
241
if [[ ! "${SKIP_CLEANUP:-}" == "true" ]]; then
242
- timeout 1800 "${KUBECTL}" --kubeconfig "${REPO_ROOT}/${KIND_CLUSTER_NAME}.kubeconfig" delete cluster "${CLUSTER_NAME}" || echo "Unable to delete cluster ${CLUSTER_NAME}"
+ timeout 1800 "${KUBECTL}" --kubeconfig "${REPO_ROOT}/${KIND_CLUSTER_NAME}.kubeconfig" delete cluster "${CLUSTER_NAME}" -n default || echo "Unable to delete cluster ${CLUSTER_NAME}"
243
make --directory="${REPO_ROOT}" kind-reset || true
244
fi
245
}
0 commit comments