Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpb committed Aug 18, 2023
1 parent e200093 commit 1a3082a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion slurm-cluster-chart/templates/slurmd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
name: slurmd
ports:
- containerPort: 6818
hostPort: 6818
hostPort: 6818 # used to ensure only a single pod per k8s node
resources: {}
volumeMounts:
- mountPath: /etc/slurm/
Expand Down
4 changes: 2 additions & 2 deletions slurm-cluster-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ login:

slurmd:
# StatefulSet resource name
name: slurmd # NB this must match NodeName= in slurm-cluster-chart/files/slurm.conf
replicas: 2
name: slurmd # NB must match prefix of NodeName= definition in slurm-cluster-chart/files/slurm.conf
replicas: 2 # NB must be <= number of nodes in NodeName= definition in slurm-cluster-chart/files/slurm.conf

slurmctld:
# StatefulSet resource name
Expand Down

0 comments on commit 1a3082a

Please sign in to comment.