https://prefect.io logo
Title
е

Евгений Берендяев

07/07/2021, 10:56 AM
Hi everyone I have deployed prefect-server in k8s using helm chart Now I’m going to deploy an agent on the standalone VM with docker installed. I’ve installed prefect using pip.
prefect agent docker start --label common --api <https://prefect-apollo.example.com/graphql>
it says
No agent API token provided
according to this API keys can be generated only by using Perfect Cloud, not onpremise version Can I attach docker agent to my onpremise installation?
👍 1
1
Shit, I should switch the backend to
server
first.
perfect backend server
by default, it is
cloud
k

Kevin Kho

07/07/2021, 2:56 PM
Looks like you got this sorted!
2