VMware Cloud Foundation 4.x
VMware Cloud Foundation 5.x
Note: This is a destructive operation. Please ensure that all necessary backups and snapshots are taken prior to proceeding with the steps below to avoid any issue..
To be able to delete the current default cluster of a Workload Domain, we have to set another cluster in the Workload Domain as default, so that the required cluster can be successfully deleted.
su root
)VCF < 5.x : psql -h localhost -U postgres
VCF >=5.x : /usr/pgsql/13/bin/psql -h localhost -U postgres
\c platform
(to enter the platform DB)
\x
(to extend the display)
select * from cluster;
update cluster set is_default='t' where name='<clusterName>';
update cluster set is_default='f' where name='<clusterName>';
\q
domainmanager
servicesystemctl restart domainmanager
If you require assistance with this activity, please log a case through the Broadcom Support Portal to engage a Technical Support Engineer (TSE). Ensure that a snapshot of the SDDC Manager VM is taken beforehand, and reference this Knowledge Base (KB) article when submitting the case to support.