Hello community, I have a strange behavior when I ...
# automation-api
b
Hello community, I have a strange behavior when I want to use the automation API. Even if I installed the
kubernetes
plugin at latest version, the
up
operation fails because of the lack of a very old version of the
kubernetes
plugin, the version I installed is the
v.3.24.1
but it fails because it requires the version
v0.2.61
, how is possible? This is the error : `error: Could not automatically download and install resource plugin 'pulumi-resource-kubernetes' at version v0.2.61, install the plugin using `pulumi plugin install resource kubernetes v0.2.61``
b
if you look in your stack state
pulumi stack export
you’ll likely see a provider version associated with a resource that matches this version number
b
Ok thanks a lot, so this means I have to install the exact plugin regardless if I have in dependencies the last pulumi/kubernetes package
b
you’ve likely associated a wrong provider version by accident, can modif the state to remove the version