Artifact Caching Proxy does not honor `tolerations` neither `nodeSelector` values
Closed this issue · 0 comments
dduportal commented
Reproduction steps
As caught by @sboardwell , we can provide the tolerations
and nodeSelector
values when installing the helm chart for ACP.
However these directives are not honored which blocks when trying to install on tainted nodes or targeting some labeled nodes (ref. jenkins-infra/helpdesk#3954).
Expected Results
Specifying tolerations
and nodeSelector
should produces manifests with the directives defined in the StatefuleSet
's pod template
Actual Results
Values are ignored
Anything else?
No response