diff --git a/dev/k3d-clean b/dev/k3d-clean index 1cdc14f156..01701cacea 100755 --- a/dev/k3d-clean +++ b/dev/k3d-clean @@ -27,18 +27,18 @@ if [[ -n "$FLEET_E2E_CLUSTER_DOWNSTREAM" ]]; then exit 0 fi - # Delete downstream cluster. + # Delete one downstream cluster. if [[ -z "$FLEET_E2E_DS_CLUSTER_COUNT" ]]; then k3d-cluster-delete "$FLEET_E2E_CLUSTER_DOWNSTREAM" exit 0 fi - # Delete all downstream clusters. + # Delete all downstream clusters matching the pattern in $FLEET_E2E_CLUSTER_DOWNSTREAM. for ((i=1; i