Hello community. I am trying to install multiple p...
# ask-community
a
Hello community. I am trying to install multiple prefect-workers in the same namespace using the helm chart in Kubernetes, but I am getting the following error:
Copy code
Error: INSTALLATION FAILED: Unable to continue with install: ServiceAccount "prefect-worker" in namespace "test-worker" exists and cannot be imported into the current release: invalid ownership metadata; annotation validation error: key "meta.helm.sh/release-name" must equal "prefect-worker-1": current value is "worker-mitch-test"
(base)
a
Hello @Jamie Zieziula, I am using the helm chart, the first worker in the namespace installs without any problems. The issue is, when I try to install a second worker in the same namespace, I get the error above. This is forcing me to create a new namespace for every new worker, which seems to me like a bad design pattern...
j
hi Alan - please look at the readme on line 178 that i linked! we describe how to account for this behavior
a
🙏