important-leather-28796
11/28/2019, 9:44 PMwarning: resource plugin kubernetes is expected to have version >=1.3.1, but has 0.20.3-dev.1550685910+g50fc5e2.dirty; the wrong version may be on your path, or this may be a bug in the plugin
I did a pulumi plugin rm --all
and pulumi plugin install
but same occurred, need to rebuild node modules?ncu
to update all dependencies, quite curious where the 0.20.3-dev.1550685910+g50fc5e2.dirty
comes from.broad-dog-22463
11/28/2019, 10:41 PMimportant-leather-28796
11/28/2019, 10:43 PM~/g/p/d/sources ❯❯❯ ls | grep pulumi
https---github.com-pulumi-pulumi
~/g/p/d/sources ❯❯❯ rm -rf https---github.com-pulumi-pulumi
~/g/p/d/sources ❯❯❯ pwd
/Users/kross/go/pkg/dep/sources
~/g/p/d/sources ❯❯❯
white-balloon-205
Pulumi-kubernetes
repo locally on your machine and installed the resulting provider binary on your PATH (which could be gopath, but could also be anything else you put on your path). You’ll want to find where that is and delete it.
I believe which pulumi-resource-kubernetes
will help.important-leather-28796
11/28/2019, 10:49 PM~/g/s/github.com ❯❯❯ rm -rf pulumi
~/g/s/github.com ❯❯❯ pwd
/Users/kross/go/src/github.com
~/g/s/github.com ❯❯❯