-
Notifications
You must be signed in to change notification settings - Fork 263
Open
Labels
Milestone
Description
As a Developer or Operations Engineer, I want to quickly list and view the status of all Fleet-managed resources (including Bundles, GitRepos, HelmOps, BundleDeployments, etc.) directly from the CLI, so that I can gain insights into the deployment state, configuration, and health of my applications and infrastructure across the entire fleet or specific clusters.
Acceptance Criteria:
-
fleet get cluster <cluster-name>:- Checks agent pod status, logs, and connectivity to the Fleet control plane.
- Verifies RBAC permissions and necessary configurations on the member cluster.
- Reports on cluster registration status and health.
-
fleet get bundle <bundle-name> [-n namespace]:- Checks the status of
BundleDeploymentresources associated with the bundle. - Verifies that all resources defined in the bundle are correctly applied/progressing on target clusters.
- Identifies unmet dependencies (e.g., other bundles, resources).
- Shows recent events and errors related to the bundle.
- Checks the status of
-
fleet get gitrepo <gitrepo-name> [-n namespace]:- Checks sync status, recent commit processing, and any errors during reconciliation.
- Verifies connectivity to the Git repository.
- Similar for
fleet get helmop <name> [-n namespace]
- Output formatting options (
widefor more columns,yamlfor full resource definition,json).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🆕 New