Open
Description
Describe the bug
At the moment it's impossible to create a custom podAntiAffinity
: there is a additionalAffinities
parameter, BUT it's overwritten by
In my case I need to set a custom topologyKey
and there is literally no way to change it.
In my particular case solutions could be:
- Additional parameter for
topologyKey
(easy, can contribute) - Another flag to disable the hardcoded affinities to be able to define own affinities
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.