You must update the thumbprint of vCenter in TCA and TKG.

Procedure

  1. Obtain the latest vCenter Thumbprint.
    For more information on obtaining the thrumbprint, see the section Obtain vSphere Certificate Thumbprints in Prepare to Deploy Management Clusters to vSphere.
  2. Log in to the Telco Cloud Automation Control Plane appliance attached to vCenter as an admin user through the SSH client.
  3. Run the following command and note the CR name and namespace:
    kubectl get VCenterPrime -A
  4. Edit the file with the following command:
     kubectl edit VCenterPrime -n <cr_name> <namespace>
  5. Edit the Thumbprint field and enter the correct thumbprint.
    To edit the thumbprint, see #GUID-FF15A865-0101-4EEE-B6F9-CA35271F4A04.
  6. For each management cluster, perform the following:
    1. SSH into the management cluster control plane virtual IP with the user name capv.
    2. Run the following command and note the CR name and namespace:
      kubectl get VCenterPrime –A
    3. Edit the file with the following command:
       kubectl edit VCenterPrime -n <cr_name> <namespace>
    4. Edit the Thumbprint field and enter the correct thumbprint.
      To edit the thumbprint, see #GUID-FF15A865-0101-4EEE-B6F9-CA35271F4A04.