Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(prover): Add scale failure events watching and pods eviction. (#…
…3175) ## What ❔ Add scale failure events watching. Add pending pods eviction to different cluster if there are `FailedScaleUp` events. Keep watching k8s if an error occurred. <!-- What are the changes this PR brings about? --> <!-- Example: This PR adds a PR template to the repo. --> <!-- (For bigger PRs adding more context is appreciated) --> ## Why ❔ To failover to different cluster faster if there is no capacity in the current one. <!-- Why are these changes done? What goal do they contribute to? What are the principles behind them? --> <!-- Example: PR templates ensure PR reviewers, observers, and future iterators are in context about the evolution of repos. --> ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [x] Code has been formatted via `zkstack dev fmt` and `zkstack dev lint`. ref ZKD-1855
- Loading branch information