Hello, I'm wondering why Pulumi keeps downloading ...
# dotnet
s
Hello, I'm wondering why Pulumi keeps downloading resource plugins. I have a Pulumi deployment that uses the Pulumi 3.54.1 and Pulumi.Kubernetes 3.25.0 nuget packages. And when I run it the first time, it just does its thing, nothing is downloaded. But when I run it a second time, it starts to download resource plugin kubernetes-3.22.1 Why? I've already seen GitHub errors about being throttled today. But I'm not using those versions its downloading (as far as I know).
e
Have you upgraded from k8s-3.22.1, the engine currently tries to download plugins for the versions used in the last deployment as well as the current deployment. We're currently (like literally I'm working on it today) looking at changing that, but might explain the current behaviour.
s
That could explain it for sure. For now I just added every version of the resource plug-in it wanted to use to our Pulumi container.
e
https://github.com/pulumi/pulumi/issues/12177 ticket tracking the change for this
s
Oh nice! I've subscribed to the issue to keep an eye on it. Thanks.