is there a way to make sure everything that runs `...
# general
a
is there a way to make sure everything that runs
pulumi up
with the same code, gets the same plugins? We had an incident where suddenly CI servers started downloading a new plugin, and wanted to recreate the eks-awsec2LaunchConfiguration. To recreate the situation locally I had to first run
pulumi plugin rm -a
then my local machine also wanted to recreate the eks-awsec2LaunchConfiguration, which was very weird when we hadnt updated any of the sdk's in the code. Would it help if the CI servers run
pulumi plugin rm -a
before every
pulumi up
?
q
Would this feature request do what you're looking for? https://github.com/pulumi/pulumi/issues/12394
a
yeah, that would be nice