Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: pulumi remote command fails on first up #28

Open
TylerHillery opened this issue Nov 10, 2024 · 0 comments
Open

bug: pulumi remote command fails on first up #28

TylerHillery opened this issue Nov 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@TylerHillery
Copy link
Owner

Issue Description

On the first pulumi up, pulumi is going to fail because it's going to try to remote command into the droplet before it's provisioned.

I could add an specific resource dependency for the remote image but it's going to be tough to configure because the remote command relies on the cloud init script to be finished before running. Even if I use the ssh key instead of Tailscale to be installed I have to wait for other services to be installed like Docker etc.

I am sure I could modify the remote command to add a "health check" of some sorts until it's okay to precede. I am not sure it's worth the effort right given the fact the cloud init script takes care of starting the services on initial up I don't need the remote command to be executed.

Something to solve for a later date.

@TylerHillery TylerHillery added the bug Something isn't working label Nov 10, 2024
@TylerHillery TylerHillery changed the title pulumi remote command fails on first up bug: pulumi remote command fails on first up Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant