-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add node affinity support #1166
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
f842529
Merge pull request #1 from zalando/master
sagor999 abc2cb4
Merge pull request #3 from zalando/master
sagor999 d412754
Merge pull request #4 from zalando/master
sagor999 abc48a6
Merge pull request #5 from zalando/master
sagor999 c7aadba
Adding nodeaffinity support alongside node_readiness_label
spohner 4014442
Add nodeAffinity support to ConnectionPooler
adastleyatvi b6a83ca
Add tests for ConnectionPooler nodeAffinity
adastleyatvi 9b53763
fix compareStatefulSet to take into account nodeAffinity
sagor999 b8751e8
add documentation for node affinity
sagor999 58c2142
add node affinity test
sagor999 300183f
fix print statement
sagor999 04be950
update codegen
sagor999 a3dea03
fix crd api for node affinity
sagor999 f032cd5
fix node affinity test
sagor999 fc9d5bf
fix e2e test for node affinity
sagor999 88743f8
replace hardcoded sleep with wait_for_pod_start in node affinity e2e
sagor999 a8c9b0e
remove extra affinity check, as it is already done
sagor999 8f05753
improve crd readability by moving Required field up
sagor999 03f91c3
improve node affinity e2e test
sagor999 867b294
add node affinity into various crds and add example into complete man…
sagor999 3bfa3af
fix missing type in crd
sagor999 8e8cd93
remove node affinity from connection pooler
sagor999 f5a871b
fix unit test for node affinity
sagor999 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
improve node affinity e2e test
- Loading branch information
commit 03f91c3a6eabf84046e653199d60da7286b9745f
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing the affinity is another rolling update. Therefore, we should guarantee that everything is running when we leave the test.. Check other e2e tests like
test_zz_node_readiness_labelortest_zzz_taint_based_evictionhow it is handled there.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will update!