Приостановить синхронизацию flux
Поставить на паузу — удобно при ручных hotfix
flux suspend kustomization <name> -n <ns>
more flux
all 29 commands →
Возобновить синхронизацию
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
Создать GitRepository источник
flux create source git <name> --url=https://github.com/org/repo --branch=main -n flux-system
Создать HelmRepository источник
flux create source helm <name> --url=https://charts.example.com -n flux-system