Details
-
Task
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
1
Description
We don't currently check that the backup job respects the NodeSelector option in the cluster spec.
Test can be something like:
- set up cluster, specifying a NodeSelector for backup
- (randomly) select a node, and label it for backup
- start a backup job, and expect to see it happen on the previously selected node (and not anywhere else).
- as above, with restore.
Attachments
Issue Links
- relates to
-
K8S-2297 Allow Restore jobs to use node selector as per Backup
- Resolved