We’re using StackReference in one of the projects ...
# typescript
n
We’re using StackReference in one of the projects to configure kubernetes provider. That cluster was recreated. The problem is that StackReference is still referring to the old provider config, and now it cannot configure itself as IP has changed. Is this a bug or expected behaviour, and is there a way of refreshing that stale StackReference?
b
try a
pulumi up -r
n
didn’t work
in the end, I had to remove provider from the state, then it was refreshed. would be nice if pulumi could refresh provider automatically
h
appreciate you letting us know the outcome!