-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Remove default Pod anti-affinity rules when rack awareness is enabled #12073
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
base: main
Are you sure you want to change the base?
Remove default Pod anti-affinity rules when rack awareness is enabled #12073
Conversation
Closes strimzi#11509 Signed-off-by: Jakub Scholz <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12073 +/- ##
============================================
- Coverage 74.78% 74.78% -0.01%
+ Complexity 6615 6610 -5
============================================
Files 376 376
Lines 25325 25301 -24
Branches 3389 3387 -2
============================================
- Hits 18939 18921 -18
+ Misses 5000 4998 -2
+ Partials 1386 1382 -4
🚀 New features to boost your workflow:
|
|
/gha run pipeline=regression kubeVersion=latest |
|
⏳ System test verification started: link The following 6 job(s) will be executed:
Tests will start after successful build completion. |
|
❌ System test verification failed: link |
Signed-off-by: Jakub Scholz <[email protected]>
|
/azp run regression |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/gha run pipeline=regression kubeVersion=latest |
|
⏳ System test verification started: link The following 6 job(s) will be executed:
Tests will start after successful build completion. |
|
❌ System test verification failed: link |
|
🎉 System test verification passed: link |
Type of change
Description
This PR implements the Strimzi Proposal 123 and removes the default preferred pod-anti-affinity rules when rack awareness is used.
This should resolve #11509.
Checklist