Hi there, 1 of my k8s service is missing after `pu...
# kubernetes
m
Hi there, 1 of my k8s service is missing after
pulumi up
, checked pulumi log file it did shows the resources still in the state. Any idea why ?
q
It could be that your service was deleted by someone with access to the cluster and because you've not used
--refresh
with
pulumi up
it's currently unaware of that out of band change.
m
yeah that was my explanation too, but the service was there and only missing when the deployment is complete
then it appears the recommended approach is always
--refresh
for deployment ?