Skip to content

Commit 65f49e0

Browse files
Fix indentation of kueue.x-k8s.io/podset-preferred-topology in workload-job.yaml
1 parent 39de2c9 commit 65f49e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • training/a4/deepseek_v3/megatron-bridge-pretraining-gke

training/a4/deepseek_v3/megatron-bridge-pretraining-gke/32node-BF16-SEQ4096-GBS256-NEMO25.11/recipe/templates/workload-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
gke-parallelstore/memory-limit: "0"
6363
{{- end }}
6464
{{- if and $root.Values.queue $root.Values.tasSettings.topologyRequest }}
65-
{{- toYaml .Values.tasSettings.topologyRequest | nindent 14 }}
65+
kueue.x-k8s.io/podset-preferred-topology: {{ .Values.tasSettings.topologyRequest | default "kubernetes.io/hostname" }}
6666
{{- end }}
6767
{{- if and $root.Values.queue $root.Values.dwsSettings.maxRunDurationSeconds }}
6868
provreq.kueue.x-k8s.io/maxRunDurationSeconds: "{{ $root.Values.dwsSettings.maxRunDurationSeconds }}"

training/a4/deepseek_v3/megatron-bridge-pretraining-gke/32node-BF16-SEQ4096-GBS256-NEMO26.02/recipe/templates/workload-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
gke-parallelstore/memory-limit: "0"
6363
{{- end }}
6464
{{- if and $root.Values.queue $root.Values.tasSettings.topologyRequest }}
65-
{{- toYaml .Values.tasSettings.topologyRequest | nindent 14 }}
65+
kueue.x-k8s.io/podset-preferred-topology: {{ .Values.tasSettings.topologyRequest | default "kubernetes.io/hostname" }}
6666
{{- end }}
6767
{{- if and $root.Values.queue $root.Values.dwsSettings.maxRunDurationSeconds }}
6868
provreq.kueue.x-k8s.io/maxRunDurationSeconds: "{{ $root.Values.dwsSettings.maxRunDurationSeconds }}"

0 commit comments

Comments
 (0)