Tree of managed objects flux
List every object a kustomization owns, including nested kustomizations
flux tree kustomization <name>
more flux
all 29 commands →
Build kustomization locally
flux build kustomization <name> --path ./ | kubectl apply --dry-run=server -f -
List image automation state
flux get images all -A
Inspect selected image tag
flux get image policy -A && flux get image repository -A
Slack alert pipeline
flux create provider slack --type slack --secret-ref webhook && flux create alert prod --provider-ref slack --event-source 'Kustomization/*' --event-severity info
Webhook receiver for push
flux create receiver github --type github --event github:push --secret-ref webhook-token --resource GitRepository/<name>