Build kustomization locally flux
Render the final manifests offline with Flux substitutions, then validate server-side
flux build kustomization <name> --path ./ | kubectl apply --dry-run=server -f -
more flux
all 29 commands →
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>
Force refetch git source
flux reconcile source git <name>