hydra gitops untracked¶
List live cluster resource ids that remain unassigned after Hydra builds the shared resource model.
CLI help recording¶
Synopsis¶
Description¶
hydra gitops untracked is read-only. For the given cluster name (a single path segment, no . — same convention as other hydra gitops commands), Hydra:
- Resolves all applications on that cluster after
--exclude-app. - Renders the selected apps per app, normalizes template API versions, and lists the full live inventory.
- Builds the shared
BuildResourceModelfrom template and cluster entities. - Assigns resources through direct template ownership, preset apps, owner references, generic workload refs, and Event
regarding/relatedrefs. - Keeps only live ownership roots that remain unassigned after the shared model is complete.
The printed output is one Hydra resource id per line for objects that are still unexplained after model assignment.
Optional --include / --exclude CEL filters narrow the printed set (same mechanism as hydra gitops list).
Flags¶
Inherited cluster flags include --hydra-context, --exclude-app, --helm-network-mode, --no-cache, --parallel, --qps, --api-burst, --include, --exclude, and the usual REST client options. See hydra gitops untracked --help.
Examples¶
Related¶
hydra gitops system— preset apps and live matcheshydra gitops uninstall— cleanup planning based on the same resource model