Hey! Any idea on how to deal with this issue.
# kubernetes
f
Hey! Any idea on how to deal with this issue.
w
If you know there are no other operations running, then
pulumi stack export | pulumi stack import
should clear the pendings and subsequent
pulumi up
, etc will work.
a
yup, pulumi stack export --file="stack.json" then edit that file, to remove those operations if they really are finished... then do pulumi stack import --file="stack.json" and ur done also u should try pulumi refresh