Hi everyone I have deployed prefect-server in k8s ...
# prefect-server
е
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
Looks like you got this sorted!
2