https://pulumi.com logo
#general
Title
# general
f

famous-kite-69533

05/01/2020, 3:08 PM
Does anyone else find that Pulumi is incredibly slow? I am using just the Kubernetes integration with the latest version to manage just a few deployments. It takes ages just to do the preview and then another long time to apply the changes... I am using a stack with some config if that matters.
w

white-balloon-205

05/01/2020, 3:28 PM
How many resources are in your stack and how many resources are changing during these slow updates? Also - are you using relatively recent versions of Pulumi (from the last month or so)? If you could follow the steps at https://www.pulumi.com/docs/troubleshooting/#performance and send me the trace in DM - we can look into it.
f

famous-kite-69533

05/01/2020, 3:34 PM
Hi @white-balloon-205 For example I was trying to get haproxy ingress to work, and because of some mistakes it took ages to get it installed because each attempt really took a long time. I will check that out, thanks
how do I check the number of resources?
g

gentle-diamond-70147

05/01/2020, 3:47 PM
If you run
pulumi stack
, the output will show something like
Current stack resources (123)
. To know the number of changed resources a
pulumi preview
it will show:
Copy code
Resources:
    + 1 to create
    ~ 3 to update
    4 changes. 9 unchanged
f

famous-kite-69533

05/01/2020, 4:44 PM
Hi @gentle-diamond-70147 it seems that I have 183 resources total