Slack alert pipeline flux
Wire reconcile events to Slack via a provider+alert; note: webhook lives in a secret
flux create provider slack --type slack --secret-ref webhook && flux create alert prod --provider-ref slack --event-source 'Kustomization/*' --event-severity info
more flux
all 29 commands →
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>
Timeline of resource events
flux events --for Kustomization/<name>
Ordered kustomization with depends-on
flux create kustomization app --source=GitRepository/<name> --path=./app --depends-on=infra --prune=true --interval=10m
Check Flux health
flux check