Hey, We're running a self-hosted Prefect on EKS, ...
# ask-community
v
Hey, We're running a self-hosted Prefect on EKS, deployed via the official Helm charts. We want to add custom labels to our Kubernetes jobs, to allow for easier identification of flow run jobs in our analytics and metrics tools. However, when specifying
labels={"example": "example"}
in
create_flow_run_from_deployment
, the labels do not appear in the resulting Kubernetes job. Do you have any idea why it's not appearing or what we're doing wrong? We added more details on this issue https://github.com/PrefectHQ/prefect/issues/17143