-
Notifications
You must be signed in to change notification settings - Fork 30
Add default anti affinity #810
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
Changes from 10 commits
ccc90c0
e044581
f6f0a55
3faa3db
ad3d892
7998aa0
119cb5c
23b5ad0
303a920
e3ccfdc
349eaa9
11df893
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,3 +22,4 @@ var EnableInitContainers = false | |
| var GlobalBackendConfig = "" | ||
| var GlobalBackendConfigNamespace = "default" | ||
| var NamespacedBackendConfig = "" | ||
| var AddDefaultAffinity = true | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Will a global flag be too broad? How can we stop adding the default affinity for selected instances or selected namespaces?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we can add a flag in CRD to disable it for each instance, but it's hard to set the flag per namespace |
||
Uh oh!
There was an error while loading. Please reload this page.