- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for cleanup_kind_cluster (0.35 sec)
-
common/scripts/kind_provisioner.sh
################### SINGLE-CLUSTER SECTION ###################### ##################################################################### # cleanup_kind_cluster takes a single parameter NAME # and deletes the KinD cluster with that name function cleanup_kind_cluster() { echo "Test exited with exit code $?." NAME="${1}" kind export logs --name "${NAME}" "${ARTIFACTS}/kind" -v9 || true
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Aug 21 04:47:23 UTC 2024 - 17.2K bytes - Viewed (0)