Flyte 2 is available today for local execution - distributed execution coming to open source soon. Preview Flyte 2 for production, hosted on Union.ai
2.0.9

HeadNodeConfig

Package: flyteplugins.ray

Parameters

class HeadNodeConfig(
    ray_start_params: typing.Optional[typing.Dict[str, str]],
    pod_template: typing.Optional[flyte._pod.PodTemplate],
    requests: typing.Optional[flyte._resources.Resources],
    limits: typing.Optional[flyte._resources.Resources],
)
Parameter Type Description
ray_start_params typing.Optional[typing.Dict[str, str]]
pod_template typing.Optional[flyte._pod.PodTemplate]
requests typing.Optional[flyte._resources.Resources]
limits typing.Optional[flyte._resources.Resources]