how argocd knows which namespace to find tiller #5361
Replies: 5 comments
-
Tiller is only deployed for Helm v2 and is deprecated, so you really shouldn't use it anymore. You should really consider switching to Helm v3. That aside, the default location of Tiller is in |
Beta Was this translation helpful? Give feedback.
-
Hi @IamGabrielWu, Argo CD does not use or require tiller for Helm v2. It uses |
Beta Was this translation helpful? Give feedback.
-
I know helm V2 is deprecated and we should consider using Helm v3. But it took time for our SRE team to migrate. In argocd UI, i do not see any place to configure tiller namespace. |
Beta Was this translation helpful? Give feedback.
-
see the difference between helm v2 and helm v3 https://helm.sh/docs/faq/#improved-upgrade-strategy-3-way-strategic-merge-patches |
Beta Was this translation helpful? Give feedback.
-
@IamGabrielWu No, @jannfis is right, Helm from ArgoCD does not use Tiller at all. It only generates the manifests and deploys them that way, not storing any state in the cluster. So assuming you do not mix and match manual maintained releases and automated-with-argo releases, you should be fine. There is not reconciliation being done. (At least not via Helm artifacts on your cluster.) |
Beta Was this translation helpful? Give feedback.
-
Hi guys
I'm so curious how argocd knows where to find tiller.
I set up helm application but i don't find anywhere in configuration to specify where tiller is.
How does it know ?
Beta Was this translation helpful? Give feedback.
All reactions