Hello there folks, I'm facing this issue while try...
# kubernetes
f
Hello there folks, I'm facing this issue while trying to
pulumi up
:
Copy code
warning: resource plugin kubernetes is expected to have version >=3.13.0, but has 3.13.0-alpha.1640142079+cb2803c5.dirty; the wrong version may be on your path, or this may be a bug in the plugin
How can I determine whether the root problem is a misconfigured value in my environment or a problem in the underlying plugin?
We were testing this directly from pulumi/pulumi-kubernetes master before 3.12.2 was rolled out. I just realized that pulumi was still using a kubernetes plugin that I built locally. I just deleted it (it was sitting in $GOPATH/bin).
👍 1