-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase pod replicas for each deployment to 2 (ACM) #139
Comments
Before making the new release, we want to merge library bumps, which was not done in a long time.
Edit: we decided to skip those two Renovate PRs for now. |
While working on this I've discovered that our pipelines are porting false positives in CRA/Gateway/Validator components:
I've confirmed that the issue can be reproduced locally with a simple I checked some older commits
|
I was bisecting the failing tests in validator and it seems that they're failing since September 2024 and this commit... |
The Validator test failures are connected with following test cases.
|
Description
To ensure HA, we have to configure for each deployment at least 2 replicas
AC:
zones
as condition, see https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity)The text was updated successfully, but these errors were encountered: