gentle-night-59824
08/05/2025, 3:42 PMPodTemplate
resource in our cluster, and added an item to initContainers
within the spec
⢠I use pod_template_name
in the task decorator to route it to the above resource
⢠I additionally specify another template via pod_template
in the task decorator, just to add some extra tolerations
⢠and when I launch the task, I do see its pod get most of the fields from the PodTemplate
resource like the volumes and mounts, but it just doesn't seem to merge in the initContainers
gentle-night-59824
08/05/2025, 3:44 PMinitContainers
with arbitrary namesgentle-night-59824
08/05/2025, 3:49 PMdefault-init
and primary-init
, but it sounds like it's for modifying init containers that will already be added, rather than for adding a new init containerglamorous-carpet-83516
08/05/2025, 4:46 PMclean-glass-36808
08/06/2025, 2:38 AMpod_template
. You might be able to add containers by specifying a pod_template
in the task decorator.gentle-night-59824
08/06/2025, 1:45 PMgentle-night-59824
08/06/2025, 1:46 PMgentle-night-59824
08/06/2025, 1:47 PM