Flyte 2 Devbox is available today to run a full Flyte backend and UI locally. Preview Flyte 2 for production, hosted on Union.ai
2.2.2

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]