Hey, I am experiencing what I believe to be a bug ...
# general
h
Hey, I am experiencing what I believe to be a bug in Pulumi or one of the providers. However, I don't have enough information to raise an actionable bug report. The issue is that occasionally when running
pulumi up
it will get stuck at the preview state showing:
Copy code
Resources:
  110 unchanged
This once the number gets to a certain point, it will not increase any higher and it will never complete the preview. No useful output is logged either locally or in Pulumi cloud as far as I can tell. Running
pulumi cancel
fails because it says the update is already complete. Pressing control+c logs a warning and then hangs indefinitely. Pressing control+c again and re-running yields the same results. I do not have replication steps, but restarting my PC and/or running
pulumi up
with some error (e.g. Docker not running) seems to "unstick" Pulumi, and I can deploy again as normal. How can I get more information so I can produce a useful bug report?
m
You can run pulumi with verbose logging and capture the output. Thanks for helping to investigate this!
h
Thanks! That's a really helpful guide 🙂 Next time it happens, I'll follow these steps and submit a report if it yields useful info