Hi Team, I am new to prefect & currently got a...
# prefect-server
s
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
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
That's great. Thanks :)