k8up icon indicating copy to clipboard operation
k8up copied to clipboard

Helm cleanup hook does not allow configuration of affinity and tolerations

Open Legion2 opened this issue 1 year ago • 0 comments

Summary

As "Cluste Operator"
I want "to specify affinity and tolerations of helm cleanup hook pod"
So that "the pod can be scheduled on a cluster where all nodes have taints"

Context

All our nodes are tainted, and we have to explicitly select a node group to schedule pods to.

Out of Scope

No response

Further links

No response

Acceptance Criteria

  • affinity can be specified for all helm hooks
  • tolerations can be specified for all helm hooks

Implementation Ideas

add the required configuration to helm template

Legion2 avatar Dec 07 '24 23:12 Legion2