Skip to content

[FEA]: Make managed-node tainting optional #39

Description

@rogowski-piotr

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

  • I agree to follow Slurm Bridge's Code of Conduct
  • I have searched the open feature requests and have found no duplicates for this feature request

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions