https://prefect.io logo
Title
s

Shailendra Thakur

01/31/2021, 11:43 PM
Hi Team, I am new to prefect & currently got assigned to perform the necessary setup. I am using helm prefect server repo : https://github.com/PrefectHQ/prefect Somehow the agent ( prefect:0.14.5 tag) is not coming up & I am getting "No Tenant found" in pod logs. Can someone please suggest what I am missing here?
s

Shyam Meduri

02/01/2021, 4:54 AM
I am assuming you would have started the prefect server using 'prefect server start'. Normally that should have created the default tenant. But, if it didn't you can run 'prefect server create-tenant' command to create the default tenant https://docs.prefect.io/api/latest/cli/server.html
s

Shailendra Thakur

02/02/2021, 10:00 AM
That's great. Thanks :)