c
Any ideas on this one?
w
Is this with the latest
@pulumi-kubernetes
?
c
0.25.5
I can’t replicate this because I was able to bypass it by destroying the resources and recreating them. The issue happened when I added the skipAwait annotation to a Service
g
Should be fixed by https://github.com/pulumi/pulumi-kubernetes/pull/691 — fix will be in the next release
c
Thanks! I think I caused it by having a
true
value rather than
"true"
for the annotation.