what am I missing?
# general
h
what am I missing?
m
This is another issue that we've fixed that I believe has not made it into a release.
In the meantime, you should be able to run
pulumi refresh
on the downstream stack
and that should pick up the changes
h
so i tried running refresh and its still not detecting the change, how can i tell if it has?
oooh, so the stack has an error (due to this issue) that is preventing the refresh from happening
Is there a way to tell it to ignore errors?
m
There is not. What is the error that you're seeing?
h
Type Name Plan Info pulumipulumiStack compound-api-compound-api ~ ├─ pulumipulumiStackReference databases update [diff: ~outputs] ├─ pulumipulumiStackReference infrastructure ├─ pulumiproviderskubernetes kube ├─ pulumipulumiStackReference identity ├─ kubernetescoreService api ~ └─ kubernetesappsDeployment api refresh 1 error
m
That's interesting--it's not telling you what the error is?
h
It does, its some random error about liveness
because the deployment cant come up
m
Ah, got it
cc @creamy-potato-29402
h
I solved it by destroying the stack and recreating
m
Good to know you're unblocked.
Seems like we shouldn't fail the refresh due to that error, though.
I'll file an issue
h
Thanks!
c
hmmm