You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Since oneAgent is daemonset and daemonset supports affinity for pod's scheduling constraints, This would be nice to give users the flexibility to use matchExpressions to schedule pods on the desired nodes.
Describe the solution you'd like
Extend dynakube CRD fields to add affinity for oneAgnet daemonset and the dynatrace-operator creates daemonset using these fields.
Describe alternatives you've considered nodeSelector: This is not a solution in our case because the label we want to use is dynamically added by the controller and the value for that label is not constant.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Since oneAgent is daemonset and daemonset supports affinity for pod's scheduling constraints, This would be nice to give users the flexibility to use
matchExpressions
to schedule pods on the desired nodes.Describe the solution you'd like
Extend dynakube CRD fields to add affinity for oneAgnet daemonset and the dynatrace-operator creates daemonset using these fields.
Describe alternatives you've considered
nodeSelector
: This is not a solution in our case because the label we want to use is dynamically added by the controller and the value for that label is not constant.The text was updated successfully, but these errors were encountered: