wooden-musician-95940
06/12/2024, 11:04 PMflytekitplugins-pod
to set task configuration, and I noticed that while it’s possible to set the pod_spec.subdomain
, trying to set the pod_spec.hostname
does not work. It seems to be getting stripped out by flyte before the task runs. Is it not possible to set a task’s pod hostname, or have I missed a useful detail?freezing-airport-6809
wooden-musician-95940
06/13/2024, 3:08 AMwith_overrides()
.
(AFAICT that doesn’t seem possible with pod templates)wooden-musician-95940
06/13/2024, 1:47 PMhostname
from pod specsfreezing-airport-6809
wooden-musician-95940
06/13/2024, 3:14 PMhostname
and subdomain
in the pod spec that gets passed to the task config.
• But only subdomain
makes it into the final pod spec that shows up in flyte.
(I’ve also looked into the kubeflow pytorch training operator plugin, but it doesn’t match my requirements, largely for the same reasons I’m using the pod plugin instead of pod templates.