This message was deleted.
# general
s
This message was deleted.
f
cluster.kubernetesProvider
does not exist 🙂
Does Pulumi automatically install Tiller on the k8s cluster?
w
cluster.kubernetesProvider
does not exist 🙂
Indeed - it's called
cluster.provider
- will fix the post now!
Does Pulumi automatically install Tiller on the k8s cluster?
No - the
@pulumi/kuberntes
package does not require Tiller, even for deployments of `k8s.helm.v2.Chart`s.
g
Helm is only used (client side) to render the manifests, and then the Pulumi engine deploys them as usual.