This message was deleted.
s
This message was deleted.
l
I think you might need to run
pulumi plugin install eks v0.21.0
?
f
@little-cartoon-10569 thanks for your answer. Actually the right command was
pulumi plugin install resource eks v0.21.0
And it worked. I’ve never had to install a pulumi plugin by myself, they are always automatically installed/updated by
npm i
(as a post-install script I suppose). Is this a bug with the last release of
@pulumi/eks
?
l
It happens occasionally to me when I switch between projects / stacks with dependencies at different versions. And especially if I roll back a version. I end up having to install one version.
f
weird since I’m working in an isolated container environment, packages are only updated forward and I never had such an issue before. Anyway, now I’ll know where to look if it happens again, thanks !