Leon Kozlowski
05/05/2022, 9:32 PMTraceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/prefect/agent/kubernetes/agent.py", line 413, in heartbeat
self.manage_jobs()
File "/usr/local/lib/python3.8/site-packages/prefect/agent/kubernetes/agent.py", line 193, in manage_jobs
f"Job {job.name!r} is for flow run {flow_run_id!r} "
AttributeError: 'V1Job' object has no attribute 'name'
I found a thread discussing this - but I wanted to know if there was another way to alleviate this other than upgrading to prefect 1.0+ - If that is the only solution, are there any gotchas/things I should look out for when upgrading? And will flows as old as 0.14.X still run as expected?Kevin Kho
Leon Kozlowski
05/05/2022, 9:45 PMPREFECT__CLOUD__AGENT__AUTH_TOKEN
that contains the api key I created for my agent service account - Does this just have to be replaced with PREFECT__CLOUD__API_KEY
or should they both remain in the chart? Based on the deployment.yaml
I’m seeing in the source code they should both existKevin Kho
Leon Kozlowski
05/05/2022, 9:48 PMPREFECT__CLOUD__API_KEY
to that valueKevin Kho