Shannon Carey
05/13/2023, 12:26 AMKetan (kumare3)
Dan Rammer (hamersaw)
05/13/2023, 11:57 AMPodTemplate
that is linked is for propeller manager. Basically, in large-scale scenarios it may be beneficial to have multiple propeller instances and shard the workflows between them. So the service account here is for each of the managed propeller instances.
Are you looking for the default PodTemplate work? This allows Flyte to use a pre-defined `PodTemplate`as the base for all k8s tasks. We have extended this work quite a bit to allow PodTemplates per task - (official docs are currently incomplete).Shannon Carey
05/15/2023, 2:51 PMconfigmap.core.manager.pod-template-name
… that one is under configmap.k8s.default-pod-template-name
I guess? Gotcha, so user tasks do use “default” ServiceAccount. My mistake, I wasn’t seeing how the Helm values map to the stuff in the docs.