Hi all, Im new here and I need some help. When I r...
# general
b
Hi all, Im new here and I need some help. When I run
pulumi up
it is failing with
.pulumi\plugins\resource-eks-v0.41.0\pulumi-resource-eks.exe: Access is denied.
When I rerun it it will try to reinstall or something results in the error
\.pulumi\\plugins\\resource-eks-v0.41.0\\pulumi-resource-eks.exe": file does not exist
I checked the plugins folder and the .exe is not there. I extracted the last release files and move the .exe there manually and it works for one run then the error is reappear. Any ideas?
e
Can you try
pulumi plugin install eks 0.41.0
does that install the plugin to the folder?
b
finished without output folder is still missing the exe
e
Do you have the environment variable PULUMI_HOME set?
b
no
e
What's the full path your trying to find the .exe at?
b
C:\Users\orfel\.pulumi\plugins\resource-eks-v0.41.0
if delete this folder manually then run
pulumi plugin install eks 0.41.0
the exe is there until i run pulumi up and it disappear
e
Wait? So plugin install does install it there, but up is removing it?
b
yes exactly
e
This sounds like anti-virus software. I bet when pulumi up tries to run the plugin its triggering some automatic quarantine system.
b
interesting I will check it, thanks alot for the meantime.
here aresome snippets if it give you some additional ideas
and even with more details
e
Yeh that really looks like anti-virus software doing automatic quarantine. Not a lot we can do to help with that, you'll need to raise an issue with your AV vendor and/or try turning it off.