You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| accounting.external.secretName | string |`""`| The existing secret containing the user password to the database. |
26
26
| accounting.external.user | string |`"slurm"`| The database user to use. |
27
27
| accounting.image.repository | string |`"ghcr.io/slinkyproject/slurmdbd"`| Set the image repository to use. |
28
-
| accounting.image.tag | string |`"24.11-ubuntu24.04"`| Set the image tag to use. |
28
+
| accounting.image.tag | string |`"25.05-ubuntu24.04"`| Set the image tag to use. |
29
29
| accounting.imagePullPolicy | string |`"IfNotPresent"`| Set the image pull policy. |
30
30
| accounting.nodeSelector | map |`{"kubernetes.io/os":"linux"}`| Selector which must match a node's labels for the pod to be scheduled on that node. Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector|
31
31
| accounting.resources | object |`{}`| Set container resource requests and limits for Kubernetes Pod scheduling. Ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-requests-and-limits-of-pod-and-container|
32
32
| accounting.tolerations | list |`[]`| Configure pod tolerations. Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/|
33
33
| authcred.image.repository | string |`"ghcr.io/slinkyproject/sackd"`| Set the image repository to use. |
34
-
| authcred.image.tag | string |`"24.11-ubuntu24.04"`| Set the image tag to use. |
34
+
| authcred.image.tag | string |`"25.05-ubuntu24.04"`| Set the image tag to use. |
35
35
| authcred.imagePullPolicy | string |`"IfNotPresent"`| Set the image pull policy. |
36
36
| authcred.resources | object |`{}`| Set container resource requests and limits for Kubernetes Pod scheduling. Ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-requests-and-limits-of-pod-and-container|
37
37
| compute.image.repository | string |`"ghcr.io/slinkyproject/slurmd"`| Set the image repository to use. |
38
-
| compute.image.tag | string |`"24.11-ubuntu24.04"`| Set the image tag to use. |
38
+
| compute.image.tag | string |`"25.05-ubuntu24.04"`| Set the image tag to use. |
39
39
| compute.imagePullPolicy | string |`"IfNotPresent"`| Set the image pull policy. |
40
40
| compute.nodesets | list |`[{"affinity":{},"enabled":true,"extraVolumeMounts":[],"extraVolumes":[],"image":{"repository":"","tag":""},"imagePullPolicy":"IfNotPresent","name":"debug","nodeConfig":{},"nodeSelector":{"kubernetes.io/os":"linux"},"partition":{"config":{"MaxTime":"UNLIMITED","State":"UP"},"enabled":true},"persistentVolumeClaimRetentionPolicy":{"whenDeleted":"Retain","whenScaled":"Retain"},"priorityClassName":"","replicas":1,"resources":{},"tolerations":[],"updateStrategy":{"rollingUpdate":{"maxUnavailable":"20%"},"type":"RollingUpdate"},"useResourceLimits":true,"volumeClaimTemplates":[]}]`| Slurm NodeSets by object list. |
41
41
| compute.nodesets[0]| string |`{"affinity":{},"enabled":true,"extraVolumeMounts":[],"extraVolumes":[],"image":{"repository":"","tag":""},"imagePullPolicy":"IfNotPresent","name":"debug","nodeConfig":{},"nodeSelector":{"kubernetes.io/os":"linux"},"partition":{"config":{"MaxTime":"UNLIMITED","State":"UP"},"enabled":true},"persistentVolumeClaimRetentionPolicy":{"whenDeleted":"Retain","whenScaled":"Retain"},"priorityClassName":"","replicas":1,"resources":{},"tolerations":[],"updateStrategy":{"rollingUpdate":{"maxUnavailable":"20%"},"type":"RollingUpdate"},"useResourceLimits":true,"volumeClaimTemplates":[]}`| Name of NodeSet. Must be unique. |
| compute.partitions[0].nodesets | list |`["ALL"]`| NodeSets to put into this Partition by name/key. NOTE: 'ALL' is a Slurm meta value to mean all nodes in the system. |
72
72
| controller.affinity | object |`{}`| Set affinity for Kubernetes Pod scheduling. Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity|
73
73
| controller.image.repository | string |`"ghcr.io/slinkyproject/slurmctld"`| Set the image repository to use. |
74
-
| controller.image.tag | string |`"24.11-ubuntu24.04"`| Set the image tag to use. |
74
+
| controller.image.tag | string |`"25.05-ubuntu24.04"`| Set the image tag to use. |
75
75
| controller.imagePullPolicy | string |`"IfNotPresent"`| Set the image pull policy. |
76
76
| controller.nodeSelector | map |`{"kubernetes.io/os":"linux"}`| Selector which must match a node's labels for the pod to be scheduled on that node. Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector|
77
77
| controller.persistence.accessModes | list |`["ReadWriteOnce"]`| Create a `PersistentVolumeClaim` with these access modes. |
| login.extraVolumeMounts | list |`[]`| List of volume mounts. Ref: https://kubernetes.io/docs/concepts/storage/volumes/|
98
98
| login.extraVolumes | list |`[]`| Define list of pod volumes. Ref: https://kubernetes.io/docs/concepts/storage/volumes/|
99
99
| login.image.repository | string |`"ghcr.io/slinkyproject/login"`| Set the image repository to use. |
100
-
| login.image.tag | string |`"24.11-ubuntu24.04"`| Set the image tag to use. |
100
+
| login.image.tag | string |`"25.05-ubuntu24.04"`| Set the image tag to use. |
101
101
| login.imagePullPolicy | string |`"IfNotPresent"`| Set the image pull policy. |
102
102
| login.nodeSelector | map |`{"kubernetes.io/os":"linux"}`| Selector which must match a node's labels for the pod to be scheduled on that node. Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector|
103
103
| login.priorityClassName | string |`""`| Set the priority class to use. Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass|
| restapi.affinity | object |`{}`| Set affinity for Kubernetes Pod scheduling. Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity|
| restapi.image.repository | string |`"ghcr.io/slinkyproject/slurmrestd"`| Set the image repository to use. |
144
-
| restapi.image.tag | string |`"24.11-ubuntu24.04"`| Set the image tag to use. |
144
+
| restapi.image.tag | string |`"25.05-ubuntu24.04"`| Set the image tag to use. |
145
145
| restapi.imagePullPolicy | string |`"IfNotPresent"`| Set the image pull policy. |
146
146
| restapi.nodeSelector | map |`{"kubernetes.io/os":"linux"}`| Selector which must match a node's labels for the pod to be scheduled on that node. Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector|
147
147
| restapi.priorityClassName | string |`""`| Set the priority class to use. Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass|
0 commit comments