Original Message:
Sent: Jul 23, 2026 11:53 PM
From: MrHMoha
Subject: VCF 9.1 Deployment fails at Deploy and configure VCF Management Platform ( The request to configure the Fleet lifecycle failed)
There doesn't appear to be an option to select Fleet Management and generate a .tar.gz file. In any case, this is a homelab environment, so I'm unable to share the logs with Broadcom for analysis.

I have checked the NTP config which is configured successfully and working on the mgmt hosts which the k8s nodes are running on
All 4 management hosts NTP Configuration is working normally

root [ /home/vmware-system-user ]# export KUBECONFIG=/etc/kubernetes/admin.conf
root [ /home/vmware-system-user ]# kubectl get nodes -o wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
vcf-svc-fcmnw Ready control-plane 13d v1.34.2+vmware.1 10.252.80.162 10.252.80.162 VMware Photon OS/Linux 6.1.166-1.ph5 containerd://2.1.5+vmware.1-fips
vcf-svc-fpk6b Ready <none> 13d v1.34.2+vmware.1 10.252.80.163 10.252.80.163 VMware Photon OS/Linux 6.1.166-1.ph5 containerd://2.1.5+vmware.1-fips
vcf-svc-q76rb Ready <none> 13d v1.34.2+vmware.1 10.252.80.164 10.252.80.164 VMware Photon OS/Linux 6.1.166-1.ph5 containerd://2.1.5+vmware.1-fips
vcf-svc-qpvbz Ready <none> 13d v1.34.2+vmware.1 10.252.80.165 10.252.80.165 VMware Photon OS/Linux 6.1.166-1.ph5 containerd://2.1.5+vmware.1-fips
root [ /home/vmware-system-user ]#
root [ /home/vmware-system-user ]#
root [ /home/vmware-system-user ]#
root [ /home/vmware-system-user ]#
root [ /home/vmware-system-user ]# kubectl events -A --types=Warning
NAMESPACE LAST SEEN TYPE REASON OBJECT MESSAGE
vmsp-platform 7m29s (x7 over 13d) Warning Unhealthy Pod/kube-prometheus-stack-kube-state-metrics-f87d55467-wq82q Liveness probe failed: HTTP probe failed with statuscode: 503
vmsp-platform 6m52s (x12 over 13d) Warning PackageDeploymentFailed PackageDeployment/vmsp-platform PackageDeployment vmsp-platform/vmsp-platform is failed
root [ /home/vmware-system-user ]#
root [ /home/vmware-system-user ]#
root [ /home/vmware-system-user ]# kubectl get pod --field-selector=status.phase!=Running,status.phase!=Succeeded -A
No resources found
root [ /home/vmware-system-user ]#

Any pointers on where to go next would be greatly appreciated, I'm struggling to see the best way forward now. I feel like I've hit a wall with this build.
Just to add, I redeployed the lab using a new VCF Installer and new management hosts, but I ended up getting stuck on the same task again. 😞
Original Message:
Sent: Jul 22, 2026 07:39 AM
From: AbbedSedkaoui
Subject: VCF 9.1 Deployment fails at Deploy and configure VCF Management Platform ( The request to configure the Fleet lifecycle failed)
Hi Mohamed,
I have followed the below as suggested thread, however it seems no pods exist under the namespace vcf-fleet-lcm. FYI it has not reached the stage to deploy VCF Ops.
You are right vcf-fleet-lcm is deployed before VCF Ops and from the image you have it successfully deployed 7/10/2026 at 11:14AM,
then there is a time blank in the UI until 4:41PM the same day show the start of the Configure lifecycle Components subtask and then the <unknown error> (ie: not even an error handled by the code).
If this is Production environment the best advice like was previously said here to generate a Fleet Management support bundle via the arrow under admin@local in VCF Installer.
techdocs ref: https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-1/deployment/deploying-a-new-vmware-cloud-foundation-or-vmware-vsphere-foundation-private-cloud-/troubleshooting-vmware-cloud-foundation-or-vmware-vsphere-foundation-deployments.html
I did it with fleet management select and it generated an sos tar.gz of 167MB. You can share it to Broadcom Support if can open a case.
That said it doesn't hurt to get more information.
First sanity check of Kubernetes critical trio: DNS, NTP, k8s node kubelet service
1. DNS: used by Kubernetes to create certificates for services
"platformFqdn":
"instanceFqdn":
"fleetFqdn":
ref: https://developer.broadcom.com/xapis/vcf-installer-api/latest/data-structures/SddcVspClusterSpec/
Note i used Windows active directory and my "vspClusterSpec" json looks as follow
"vspClusterSpec": { "platformFqdn": "vcf-vsp01", "instanceFqdn": "vcf-ic01", "fleetFqdn": "opsfm01", "systemUserPassword": "xxxxxxxxxxxxx", "size": "small", "internalClusterCidrIpv4": "198.18.0.0/15", "ipv4Pool": { "ipRange": { "endIpAddress": "10.11.10.xx", "startIpAddress": "10.11.10.31" } } },
2. NTP: used by Kubernetes Probes (StartupProbes, LivenessProbes, ReadinessProbes) that has timeout in seconds
- verify the last sync in every vSphere node if no last sync visible then stop and restart ntpd service of said ESXi from vCenter
3. VMSP k8s node kubelet service: used by Kubernetes Worker node to communicate, with Master node API server, the state of everything in K8s
- `system status kubelet`
Note on naming: vSphere nodes are ESXi host but VMSP K8s nodes are VMs like VKS Supervisor VMs and VKS Cluster nodes are also K8s nodes
Connect VMSP Cluster again if not already done
export KUBECONFIG=/etc/kubernetes/admin.conf
4. Node status
kubectl get nodes -o wide
5. Cluster Warning events
kubectl events -A --types=Warning
6. Pod status not running or completed
kubectl get pod --field-selector=status.phase!=Running,status.phase!=Succeeded -A
------------------------------
Abbed Sedkaoui
vExpert VCF 2026
https://vexpert.vmware.com/directory/10999
------------------------------
Original Message:
Sent: Jul 21, 2026 11:36 PM
From: MrHMoha
Subject: VCF 9.1 Deployment fails at Deploy and configure VCF Management Platform ( The request to configure the Fleet lifecycle failed)
Hi Abbed,
I have followed the below as suggested thread, however it seems no pods exist under the namespace vcf-fleet-lcm. FYI it has not reached the stage to deploy VCF Ops
Restarting fleet lcm service will resolve this failed task.
This has been previously answered here.
https://community.broadcom.com/vmware-cloud-foundation/discussion/vcf-91-installation-lifecycle-component-issue#bmc5fadc5e-e14d-4c2a-b405-019e9b88ec39

Any ideas for the next steps to resolve this please?
Original Message:
Sent: Jul 14, 2026 01:07 AM
From: AbbedSedkaoui
Subject: VCF 9.1 Deployment fails at Deploy and configure VCF Management Platform ( The request to configure the Fleet lifecycle failed)
Restarting fleet lcm service will resolve this failed task.
This has been previously answered here.
https://community.broadcom.com/vmware-cloud-foundation/discussion/vcf-91-installation-lifecycle-component-issue#bmc5fadc5e-e14d-4c2a-b405-019e9b88ec39
If you resolve your issue with this response, then please mark it Recommend for other to find it as well, thanks!
------------------------------
Abbed Sedkaoui
vExpert VCF 2026
https://vexpert.vmware.com/directory/10999
------------------------------