domainmanager.logCaused by: com.vmware.evo.sddc.orchestrator.exceptions.OrchTaskException: VCF Management Services cluster bootstrap failed with the following errors: "Bootstrap failed during stage 'INIT0002 - Initializing bootstrap machine': Command or operation failed with exit code 124. Please retry the operation or contact support if the issue persists. [VCFMS-BOOTSTRAP-999]". at com.vmware.vcf.vimanager.services.VspServiceImpl.bootstrapVspCluster(VspServiceImpl.java:226) at com.vmware.vcf.vimanager.fsm.actions.BootstrapVspClusterVvfAction.execute(BootstrapVspClusterVvfAction.java:115) ... 15 common frames omitted
vsp-install-#####-bootstrap-execute-script pod status shows error, and 'kubectl logs vsp-install-#####-bootstrap-execute-script' command returns error.No resource found in vmsp-platform namespaceVMware Cloud Foundation 9.x
VMware vSphere Foundation 9.x
/v1/appliance-info API incorrectly handles DNS names containing more than two dots. It incorrectly parses a single FQDN like domain.example.com into two separate search domains: domain.example.com and example.com.dnsSearchDomains OVA property. Consequently, they are written to the host's /etc/resolv.conf and inherited by all Kubernetes pods and containers.registry.vmsp-platform.svc.cluster.local), the DNS resolver incorrectly appends the public example.com suffix. This results in an attempt to resolve registry.vmsp-platform.svc.cluster.local.example.com.example.com is a valid public top-level domain, the query is directed to a public IP address instead of the internal service. Because there is no listener on port 5000 at that public address, the connection times out, leading to the bootstrap failure.To update the vCenter DNS domain using the API Explorer, follow these steps:
https://<vcenter-fqdn>/ui/api-explorer. Log in using administrator@vsphere.local or an equivalent account.GET /appliance/network/dns/domain operation and click Execute to see the current configured domain and verify the current state.{ "domain.example.com", "example.com"}PUT /appliance/network/dns/domain operation.domain.example.com).{ "domian.example.com"}
200 OK.