- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setup_kind_clusters (0.1 sec)
-
common/scripts/kind_provisioner.sh
# Cleans up the clusters created by setup_kind_clusters # It expects CLUSTER_NAMES to be present which means that # load_cluster_topology must be called before invoking it function cleanup_kind_clusters() { echo "Test exited with exit code $?." for c in "${CLUSTER_NAMES[@]}"; do cleanup_kind_cluster "${c}" done } # setup_kind_clusters sets up a given number of kind clusters with given topology
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Aug 21 04:47:23 UTC 2024 - 17.2K bytes - Viewed (0)