eager-jordan-33561
05/27/2025, 8:16 AMt2 = BashOperator(
task_id='bye_task',
<SNIPP>
executor_config={
"pod_override": k8s.V1Pod(
metadata=k8s.V1ObjectMeta(annotations={"allowlist": "<http://hooks.slack.com|hooks.slack.com>"})
)
},
<SNIPP>
)
Naturally, this isn't the prettiest way to declare these kind of required openings.
How would you go about solving this in Flyte in the least intrusive way, e.g., we would prefer to avoid leaking the k8s abstractions, which Flyte are very good at avoiding. Would you extend Flyte in some way: https://www.union.ai/docs/flyte/architecture/extending-flyte/, which one, and why?
Thank you for your help ❤️freezing-airport-6809