This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
Allow installing 2 or more agents to the same cluster under different namespaces #78
Labels
kind/enhancement
a new or improved feature.
I tried to install 2 agents with the helm command Hub provided by changing the namespaces:
Installation fails because the ClusterRole it tries to create already exists:
It also doesn't help if I change the release name, it causes more validation errors:
helm upgrade --install hub-agent-test traefik/hub-agent \ --set token="YYYYYY" --namespace hub-agent-test ...
Probably, if a
ClusterRole
exists with the same name, helm shouldn't create it, just the correspondingClusterRoleBinding
(as theServiceAccount
will be in a separate namespace) but that's just a rough idea.The text was updated successfully, but these errors were encountered: