bigdata-charts icon indicating copy to clipboard operation
bigdata-charts copied to clipboard

antiaffinity rules should allow custom rules

Open nvtkaszpir opened this issue 4 years ago • 1 comments

Right now there is antiaffinity setting 'soft' and 'hard' but it is hardcoded to the specific entries. I need more fine-grained affinity rules, such as availability zone i GKE.

So there are two options:

  • alter current antiaffinity settings and move them from templates to values.yaml - this is most commonnly used option
  • keep it as is and introduce 'custom' which would then use something like antiAffinitySpec as passthrough value

nvtkaszpir avatar Apr 15 '20 08:04 nvtkaszpir

I will go for the first option. Go ahead if you want to provide a PR.

cgiraldo avatar Apr 15 '20 09:04 cgiraldo