Принудительная синхронизация HelmRelease flux
Немедленно повторить цикл Helm install/upgrade
flux reconcile helmrelease <name> --with-source -n <ns>
more flux
all 29 commands →
Трассировка ресурса
flux trace <kind>/<name> -n <ns>
Приостановить синхронизацию
flux suspend kustomization <name> -n <ns>
Возобновить синхронизацию
flux resume kustomization <name> -n <ns>
Экспорт всех ресурсов Flux
flux export kustomization --all > clusters/cluster.yaml
Бутстрап с GitHub
flux bootstrap github --owner=<org> --repository=<repo> --branch=main --path=clusters/production --personal