Support affinities for scan jobs #1835
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
target/kubernetes
Issues relating to kubernetes cluster scanning
Hello! 👋
I would like to allow node-level jobs to run on any node with taints, except some. Currently, a config with the exhaustive list of acceptable taints is required, and every time a new taint is added to the cluster, it also needs to be added to the scan job tolerations:
Ideally, I would like to tolerate all taints, but exclude some nodes with a node anti-affinity instead:
A
scanJob.affinity
option would be nice for this purpose.Please let me know if there is already a way to achieve that or if I am missing something.
The text was updated successfully, but these errors were encountered: