hmm `warning: resource plugin kubernetes is expect...
# general
i
hmm
warning: 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?
rebuild of node_modules did not solve it. I use
ncu
to update all dependencies, quite curious where the
0.20.3-dev.1550685910+g50fc5e2.dirty
comes from.
b
Is there one in your GOPATH?
i
I don’t use Go but sure I have a gopath, how would I check this
I did this but no change:
Copy code
~/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 ❯❯❯
w
That kind of version means you built the
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.
i
same in
Copy code
~/g/s/github.com ❯❯❯ rm -rf pulumi
~/g/s/github.com ❯❯❯ pwd
/Users/kross/go/src/github.com
~/g/s/github.com ❯❯❯
ah
that got me past the error `rm -rf `which pulumi-resource-kubernetes``