Is this a new feature, an improvement, or a change to existing functionality?
Improvement
How would you describe the priority of this feature request
Medium
Please provide a clear description of problem this feature solves
Slurm Bridge currently taints every bridged Kubernetes node with slinky.slurm.net/managed-node=<schedulerName>:NoExecute. This is useful for fully isolated Slurm-managed nodes, but it is too broad for shared-node deployments where Slurm Bridge only manages selected namespaces through admission.managedNamespaces.
In this setup, normal cluster infrastructure with housekeeping components should continue to run through the default scheduler. The global NoExecute taint forces all of these unrelated components to carry Slurm Bridge tolerations, even though they are not Slurm-managed workloads. This becomes especially brittle for hook Jobs or operator-generated Pods whose templates might be immutable after creation.
Feature Description
Make managed-node tainting optional. Slurm Bridge should be able to run with node registration and node state reconciliation enabled, but without automatically adding taint.
The default behavior should remain unchanged.
Describe your ideal solution
Add an optional Helm value (default true), for example:
controllers:
nodeTaint:
enabled: true
Describe any alternatives you have considered
No response
Additional context
No response
Code of Conduct
Is this a new feature, an improvement, or a change to existing functionality?
Improvement
How would you describe the priority of this feature request
Medium
Please provide a clear description of problem this feature solves
Slurm Bridge currently taints every bridged Kubernetes node with
slinky.slurm.net/managed-node=<schedulerName>:NoExecute. This is useful for fully isolated Slurm-managed nodes, but it is too broad for shared-node deployments where Slurm Bridge only manages selected namespaces throughadmission.managedNamespaces.In this setup, normal cluster infrastructure with housekeeping components should continue to run through the default scheduler. The global
NoExecutetaint forces all of these unrelated components to carry Slurm Bridge tolerations, even though they are not Slurm-managed workloads. This becomes especially brittle for hook Jobs or operator-generated Pods whose templates might be immutable after creation.Feature Description
Make managed-node tainting optional. Slurm Bridge should be able to run with node registration and node state reconciliation enabled, but without automatically adding taint.
The default behavior should remain unchanged.
Describe your ideal solution
Add an optional Helm value (default true), for example:
Describe any alternatives you have considered
No response
Additional context
No response
Code of Conduct