This message was deleted.
# general
s
This message was deleted.
g
I think it has a custom implementation that do what Helm does for the normal and v2 talks with tiller API
The v2 part is speculation, I have no basis for that
i
im using the typescript libs and both v2 and v3 are available
g
Pulumi uses whatever Helm binary you have installed, and doesn’t use Tiller at all. API docs cover this in more detail: https://www.pulumi.com/docs/reference/pkg/kubernetes/helm/
(The v2 and v3 packages are identical for now; you can use either one)
Actually, looks like those docs are incomplete. Here’s the docstring from the SDK: https://github.com/pulumi/pulumi-kubernetes/blob/master/sdk/nodejs/helm/v2/helm.ts#L113-L124
i
Yes, it seems to use whatever helm binary it finds on your system 👍
With Helm3, Tiller is gone: https://helm.sh/docs/faq/