For the flyteagent helm chart w/ sensor enabled, i...
# ask-the-community
b
For the flyteagent helm chart w/ sensor enabled, it's not clear to me where configurations should be set. I've got 2 reference points: https://github.com/flyteorg/flyte/blob/eb2410780edf5f525429f4d83d8bdd2397f08cc8/charts/flyte-core/values.yaml#L274 and https://docs.flyte.org/en/latest/deployment/agents/sensor.html#specify-agent-configuration The sensor agent docs don't refer to any prerequisite steps such as enabling flyteagent like the first link shows. Additionally, it's unclear if all the settings are required in both sections(such as the
supportedTaskTypes
) or if only one is required. Does anyone have insights into this?
l
for the second one, it is for sandbox mode
actually
supportedTaskTypes
will be removed in the future.
Which I mean is, we will use it, but we will have a metadata service to create it
in flyte sandbox, flyteagent is enabled by default, so you don't need to configure the first one
b
ok, this is for production eks deployment, so I'm assuming I'll enable and configure it w/ the first link config
and then we can get the docs update to point out that in non-sandbox mode, you must enable flyteagent
l
Yes you’re right
Cc @Kevin Su
d
@Blake Jackson could you file an Issue for this?