Trace a resource flux
Show which Flux objects own and manage this resource
flux trace <kind>/<name> -n <ns>
more flux
all 29 commands →
Suspend reconciliation
flux suspend kustomization <name> -n <ns>
Resume reconciliation
flux resume kustomization <name> -n <ns>
Export all Flux resources
flux export kustomization --all > clusters/cluster.yaml
Bootstrap with GitHub
flux bootstrap github --owner=<org> --repository=<repo> --branch=main --path=clusters/production --personal
Create GitRepository source
flux create source git <name> --url=https://github.com/org/repo --branch=main -n flux-system