# tanzu mc create -f ${MANAGEMENT_CLUSTER}.yaml -v9
....
Error: configuration validation failed: cluster name MANAGEMENT_CLUSTER_NAME matches another management cluster
Tanzu Kubernetes Grid 2.x
The previous Management Cluster deletion process was incomplete (tanzu mc delete).
Actually, the Management Cluster VMs were deleted from vCenter; however, the context data remains.
Delete the context of the previous Management Cluster via Tanzu CLI.
tanzu context list
tanzu context delete ${TARGET_MANAGEMENT_CLUSTER_NAME}
After that, retry to deploy a new Management Cluster.