Skip to content

feat(operator): apply globalNodeSelector to snitch job deployment#2470

Open
0x5457 wants to merge 3 commits intokubearmor:mainfrom
0x5457:feat/snitch-job-global-node-selector
Open

feat(operator): apply globalNodeSelector to snitch job deployment#2470
0x5457 wants to merge 3 commits intokubearmor:mainfrom
0x5457:feat/snitch-job-global-node-selector

Conversation

@0x5457
Copy link

@0x5457 0x5457 commented Feb 24, 2026

Purpose of PR?:

Fixes: #2469

Does this PR introduce a breaking change?
No

Checklist:

  • Bug fix. Fixes #
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • PR Title follows the convention of <type>(<scope>): <subject>
  • Commit has unit tests
  • Commit has integration tests

WatchNodes() only checked kubernetes.io/os=linux before deploying snitch jobs. Add nodeMatchesGlobalSelector check so snitch jobs are consistent with DaemonSet, Relay and Controller.

Signed-off-by: 0x5457 <0x5457@protonmail.com>
@0x5457 0x5457 force-pushed the feat/snitch-job-global-node-selector branch from a20fdd5 to dff71ef Compare February 24, 2026 11:40
@0x5457 0x5457 force-pushed the feat/snitch-job-global-node-selector branch from 9a29a45 to 54f7327 Compare February 25, 2026 07:58
… deployment path

Signed-off-by: 0x5457 <0x5457@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Snitch Job should respect globalNodeSelector configuration

1 participant