https://pulumi.com logo
Title
s

sparse-hairdresser-15357

04/12/2023, 11:51 AM
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

echoing-dinner-19531

04/12/2023, 1:57 PM
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

sparse-hairdresser-15357

04/12/2023, 2:01 PM
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

echoing-dinner-19531

04/12/2023, 2:02 PM
https://github.com/pulumi/pulumi/issues/12177 ticket tracking the change for this
s

sparse-hairdresser-15357

04/12/2023, 3:13 PM
Oh nice! I've subscribed to the issue to keep an eye on it. Thanks.