rhythmic-hair-33677
12/29/2019, 2:36 AMimport * as k8s from '@pulumi/kubernetes'
new k8s.helm.v2.Chart('gloo', {
chart: 'gloo/gloo',
})
Pulumi fails with: Error: Command failed: helm fetch gloo/gloo --untar --destination /tmp/tmp-12397xMcptBYcaXX7
In gloo docs, it mentions this bug in version 2: https://docs.solo.io/gloo/latest/installation/gateway/kubernetes/#installing-on-kubernetes-with-helm
However, I have helm v3 installed in my path:
$ helm version
version.BuildInfo{Version:“v3.0.2”, GitCommit:“19e47ee3283ae98139d98460de796c1be1e3975f”, GitTreeState:“clean”, GoVersion:“go1.13.5"}
Looking through pulumi-kubernetes I was able to find:
https://github.com/pulumi/pulumi-kubernetes/pull/882 (Merged)No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by