<@UDSM58F3N> I have been seeing those lately as we...
# general
e
@incalculable-angle-91273 I have been seeing those lately as well, and when I run again they seem to go away. It seems like a check of some sort was missed because my cluster will show it as done but Pulumi thinks it's still pending. It also might be a timing thing where it's a race issue. I didn't dig too deep because on my third attempt it worked as expected. But I have seen it occur again here and there, especially on a full-stack creation.
i
So I found out it was that the await logic was failing on a deployment with
apiVersion: extensions/v1beta1
. When I updated my helm chart to one that uses
apiVersion: apps/v1
it worked 🤷‍♂️
c
There’s an open issue about this I believe
👍 1