Platform Health Check. Status: FAILED Platform Health Check Error [platform-vmsp-platform-validate-resources-vsphere-resources : unable to validate vSphere objects: unable to resolve resourcePool identifier ResourcePool:resgroup-#####: ServerFaultCode: The object 'vim.ResourcePool:resgroup-#####' has already been deleted or has not been completely created] [VCFMS-HEALTH-002]Verified that the expected resource pool for service runtime is missing from vCenter.
The specific resource pool referenced by the vmsp control plane was missing or had been deleted from the vCenter inventory.
To resolve the issue manually recreate the missing resource pool in the vCenter cluster and update the same within the vmsp-platform.
vmware-system-user and switch to the root user.sudo -ikubectl get pd -n vmsp-platform -o yamlResource Pool and the Resource Pool ID in the vmsp yaml file to strictly match the new Resource Pool from vCenter by running the following command:kubectl edit pd -n vmsp-platformpd service gets restarts automatically when the yaml file is saved.