timescale / helm-charts

Configuration and Documentation to run TimescaleDB in your Kubernetes cluster
Apache License 2.0
263 stars 223 forks source link

Assigning backup jobs to specific nodes #632

Open coveraver opened 10 months ago

coveraver commented 10 months ago

What this PR does / why we need it

This PR allows you to set sheduling rules for assinging pgbackrest jobs on certain node groups. This is useful when it is not possible to set PreferNoSchedule for nodes. User can assign job with nodeSelector tolerations and affinity rules.

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

Special notes for your reviewer

Checklist