k8up-io / k8up

Kubernetes and OpenShift Backup Operator
https://k8up.io/
Apache License 2.0
717 stars 66 forks source link

Add nodeSelector to check/prune/cleanup pods #1022

Open codestation opened 2 weeks ago

codestation commented 2 weeks ago

Summary

As an admin\ I want to configure on what nodes are the jobs deployed\ So that my nodes gets a stable workload.

Context

Currently the check/prune/cleanup jobs of a scheduled backup doesn't have a nodeSelector config option, so they are launched on any node. This can affect negatively nodes where those unexpected pods are unwanted.

Out of Scope

No response

Further links

No response

Acceptance Criteria

No response

Implementation Ideas

No response