https://prefect.io logo
Title
h

Hamza Naanani

10/04/2022, 2:21 PM
Hello How can we deploy multiple agents on the same kubernetes cluster, and the same namespace ? Apparently, with using the helm charts, we can just deploy one agent, if I try to deploy another, I get some problems with the role binding / role itself (as I will be overwriting the current declaration by binding it to another agent).
1
j

Jamie Zieziula

10/04/2022, 2:24 PM
Hi Hamza - If you update the fullNameOverride that should allow you to deploy multiple agents
alternatively, you could deploy the agents to unique namespaces
h

Hamza Naanani

10/04/2022, 2:32 PM
Thanks for your answer, that's what I was looking for ^^
😎 1