File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -768,7 +768,7 @@ kind-create-bootstrap: $(KUBECTL) ## Create capz kind bootstrap cluster.
768768create-bootstrap : $(KUBECTL ) # # Create bootstrap cluster (AKS or KIND) for CAPZ testing. Default is KIND.
769769 @echo " Creating bootstrap cluster with type: $( MGMT_CLUSTER_TYPE) "
770770 @if [ " $( MGMT_CLUSTER_TYPE) " == " aks" ]; then \
771- MGMT_CLUSTER_NAME=" $$ {MGMT_CLUSTER_NAME:-capz-e2e-$( shell date +%s ) }" \
771+ MGMT_CLUSTER_NAME=" $$ {MGMT_CLUSTER_NAME:-capz-e2e-$( RANDOM_SUFFIX ) }" \
772772 ./scripts/aks-as-mgmt.sh || { echo " Failed to create AKS bootstrap cluster" >&2 ; exit 1; }; \
773773 else \
774774 KIND_CLUSTER_NAME=capz-e2e ./scripts/kind-with-registry.sh || { echo " Failed to create KIND bootstrap cluster" >&2 ; exit 1; }; \
You can’t perform that action at this time.
0 commit comments