Skip to content

TCL-5107: feat: add initScriptLogin and initScriptNodes values#21

Merged
eb3095 merged 1 commit into
slurm-1.0-together-changesfrom
ebenner/TCL-5107
Apr 3, 2026
Merged

TCL-5107: feat: add initScriptLogin and initScriptNodes values#21
eb3095 merged 1 commit into
slurm-1.0-together-changesfrom
ebenner/TCL-5107

Conversation

@eb3095
Copy link
Copy Markdown
Collaborator

@eb3095 eb3095 commented Mar 31, 2026

Summary

  • Add initScriptLogin Helm value to mount custom init scripts to /root/init.sh on login nodes
  • Add initScriptNodes Helm value to mount custom init scripts to /root/init.sh on compute nodes
  • Scripts are stored in ConfigMaps and mounted with mode 0755

Test plan

  • Deploy with initScriptLogin set and verify script appears at /root/init.sh on login pods
  • Deploy with initScriptNodes set and verify script appears at /root/init.sh on compute pods
  • Verify scripts are executable (mode 0755)

Add two new Helm values to mount custom init scripts to /root/init.sh:
- initScriptLogin: mounted on login nodes (login-deployment)
- initScriptNodes: mounted on compute nodes (nodesets)

Scripts are stored in ConfigMaps and mounted with mode 0755.
@eb3095 eb3095 requested a review from jhu-svg March 31, 2026 18:26
Copy link
Copy Markdown

@jhu-svg jhu-svg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@eb3095 eb3095 merged commit 9910102 into slurm-1.0-together-changes Apr 3, 2026
1 check passed
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.

2 participants