This message was deleted.
# general
s
This message was deleted.
s
The same code previewed fine before the upgrade? Assume there were no material modifications to the code?
Cut https://github.com/pulumi/pulumi/issues/6004 to track this as a potential regression in the meantime.
@full-dress-10026 would you be able to see if setting
PULUMI_DISABLE_PROVIDER_PREVIEW=true
gets rid of this issue?
assuming you are still on 2.16.1
Would help validate a theory about this issue
f
I ended up deleting the stack since I was stuck 😩 Creating the stack from scratch does not have this issue. Fortunately it was a dev stack so it was okay to do so. There were some code changes, but not to the part of the code that was failing.
s
cool no worries. I think we have. a fix (the above environment variable can be a temporary workaround). That said, would you be able to share a bit of the code? Looking to make sure we fixed it for kubernetes as well
f
I would but this code is deep in some ComponentResources. Probably a bit tricky to extract. I can send the gist of it.
Commenting out the map in the serviceEnv function containing
COMPUTE_CONFIG_URI
would "fix" this problem.
Ofc, not really fixing it since we need that env var 🙂
s
no worries! Managed to reproduce on my end and we have a hotfix release on its way shortly
Thanks for reporting!
f
Great, thanks for the quick turnaround.