Push manifests as OCI artifact flux
Package manifests into an OCI artifact tagged by commit; note: embeds source+revision metadata
flux push artifact oci://reg/manifests:$(git rev-parse --short HEAD) --path=./manifests --source=$(git config --get remote.origin.url) --revision=$(git rev-parse HEAD)
more flux
all 29 commands →
Diff kustomization vs cluster
flux diff kustomization <name> --path ./overlays/prod
Tree of managed objects
flux tree kustomization <name>
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