This message was deleted.
# general
s
This message was deleted.
c
after it failed, I run "pulumi refresh", but it does not see that the service already exists, so when I run "pulumi up" the second time it fails with "error: Plan apply failed: services "kubernetes-dashboard" already exists"
w
I suspect from the screenshot that you may have run into https://github.com/pulumi/pulumi/issues/2108 here. We will have a fix out for that today.
c
I tried to run with "pulumi up -p 0", but the same thing happened, it tried to create the kubernetes related resources sequentially
w
If you run with
-p 100
I expect it should work.