J. Martins
03/11/2022, 9:39 AMAnna Geller
03/11/2022, 9:58 AMJ. Martins
03/11/2022, 10:04 AMAnna Geller
03/11/2022, 10:36 AMJ. Martins
03/11/2022, 10:37 AMAnna Geller
03/11/2022, 10:38 AMprefect agent kubernetes start -e AZURE_STORAGE_CONNECTION_STRING=$AZURE_STORAGE_CONNECTION_STRING
J. Martins
03/11/2022, 10:38 AMAnna Geller
03/11/2022, 10:39 AMprefect agent kubernetes start -e AZURE_STORAGE_CONNECTION_STRING=$AZURE_STORAGE_CONNECTION_STRING --namespace dev
J. Martins
03/11/2022, 10:40 AMAnna Geller
03/11/2022, 10:59 AMJ. Martins
03/11/2022, 12:05 PMprefect agent kubernetes install -k API_KEY
this generates the template for the Deployment which I have used to deploy the agent. In here I have added the env variable for namespaceAnna Geller
03/11/2022, 12:31 PMkubectl apply --namespace=YOUR_NAMESPACE -f agent_config.yaml
J. Martins
03/11/2022, 12:33 PMAnna Geller
03/11/2022, 12:33 PMJ. Martins
03/11/2022, 12:38 PMAnna Geller
03/11/2022, 12:41 PM@task
Can you share your storage definition? also you can share via DM.
Generally I think the issue is in your Flow structure which is why the flow run gets properly picked up by your Kubernetes agent but then dies after executing the first taskJ. Martins
03/11/2022, 1:02 PMAnna Geller
03/11/2022, 1:23 PMJ. Martins
03/15/2022, 12:48 PM