Can not create Supervisor Service tkg.vsphere.vmware.com on Supervisor domain-cXX. Core services are managed by vCenter. If a Core service is installed by default, create or delete it on Supervisor is not allowed./var/log/vmware/wcp/wcpsvc.log on the vCenter, the following error is logged:ClusterComputeResource com.vmware.wcp.ClusterSupervisorService.create.error Failed to install Supervisor Service on cluster.When the supervisor is deployed on multiple clusters the UI does not validate which cluster is the management cluster and may send the requests to the incorrect cluster triggering the error.
As a workaround use dcli to update the VKS version, for example:
1. Open an SSH session to the vCenter.
2. Enter dcli with:
dcli +i
3. Get the supervisor ID:
dcli> com vmware vcenter namespacemanagement supervisors summary list
4. Update the VKS version with the following command ensuring to input the correct supervisor ID in the following command:
dcli> com vmware vcenter namespacemanagement supervisors supervisorservices set --supervisor xxxx-xxxxx-xxxxx-xxxxx --supervisor-service tkg.vsphere.vmware.com --version 3.6.2+v1.35
VMware Engineering is currently working on this issue.