https://prefect.io logo
s

Samay Kapadia

01/18/2022, 3:51 PM
Why would I get
The secret KUBERNETES_API_KEY was not found
if I’m running the prefect agent inside the cluster? According to this doc it will attempt an in cluster connection but my hello world task seems to keep failing 😭
k

Kevin Kho

01/18/2022, 3:53 PM
I think you need to do
kubernetes_api_key_secret=None
to trigger that right? Otherwise it just tries to pull a cloud secret
s

Samay Kapadia

01/18/2022, 3:53 PM
let’s give that a shot
omg it finally worked
Couldn’t have done it without you Kev
👍 1
4 Views