diff --git a/scripts/gke_integration_test.sh b/scripts/gke_integration_test.sh index 2042bb0e..ec7faeeb 100755 --- a/scripts/gke_integration_test.sh +++ b/scripts/gke_integration_test.sh @@ -53,7 +53,8 @@ if [[ -z "$imageUnderTest" ]]; then fi if [[ -z "$clusterName" ]]; then - clusterName=$(uuidgen) + # generate random alpha string + clusterName=$(cat /dev/urandom | tr -dc 'a-z' | fold -w 20 | head -n 1) readonly tearDown="true" fi