bulky-afternoon-9964
07/19/2024, 7:11 PMeth0
(primary network interface) on the instance.
This momentary hiccup causes all running deployments to drop, I'm guessing this is beacuse of a socket connection to encrypt/decrypt secrets during the deployment.
post-step event returned an error: failed to save snapshot: serializing deployment: serializing resources: failed to encrypt secret value: performing HTTP request: Post
etc...
I followed that error to this problem described here:
https://www.pulumi.com/docs/support/troubleshooting/#interrupted-update-recovery
The solution to prevent this seems to me to be either:
• Figure out a way to hot-link my primary interface that's non-disruptive (WIP)
• Try to detect this as an output of the pulumi deployment and try to re-run pulumi up
Any thoughts on how to address this problem?
I do wonder if the exit code of the pulumi CLI would tell me if this deployment failed and needs to restart...orange-policeman-59119
07/20/2024, 6:56 PM