From 45bad80bf26907e47d0776c515f68541b15358aa Mon Sep 17 00:00:00 2001 From: hridyesh bisht Date: Wed, 8 Oct 2025 14:25:44 +0530 Subject: [PATCH] SME feedbacks --- docs/install-usage-fleetCLI.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/install-usage-fleetCLI.md b/docs/install-usage-fleetCLI.md index f6d216d1b..4e0d95aba 100644 --- a/docs/install-usage-fleetCLI.md +++ b/docs/install-usage-fleetCLI.md @@ -129,3 +129,16 @@ If the bundle is not ready: * Inspect the bundle for error messages with: * `kubectl describe bundle -n fleet-local ` * Delete and re-apply the bundle if you encounter Helm ownership conflicts. + + +## Troubleshooting + +Before troubleshooting bundle or deployment issues, verify that the Fleet agent is registered and running on the downstream cluster. For details, refer to [Fleet Agent is Registered, Watches for BundleDeployments](ref-registration.md#fleet-agent-is-registered-watches-for-bundledeployments). + +### Verify agent and controller status + +If a bundle is not ready: + +* Verify that fleet-controller-xxxxx and fleet-agent-xxxxx pods are running. +* Verify that your target clusters are registered. +* Ensure the cluster status shows Ready and that it has a valid agent registered.