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

docker: remove ping from boot sequence #6331

Merged
merged 1 commit into from
Mar 22, 2024
Merged

docker: remove ping from boot sequence #6331

merged 1 commit into from
Mar 22, 2024

Conversation

nicks
Copy link
Member

@nicks nicks commented Mar 12, 2024

this ensures that if the Docker daemon
is dead or not responding, it doesn't
block tiltfile execution.

now that we have reconcilers that are
checking the cluster status, i think this
is safer than it used to be.

fixes #5841

Signed-off-by: Nick Santos nick.santos@docker.com

@nicks nicks force-pushed the nicks/docker branch 4 times, most recently from 511dd6b to 624951a Compare March 13, 2024 13:52
this ensures that if the Docker daemon
is dead or not responding, it doesn't
block tiltfile execution.

now that we have reconcilers that are
checking the cluster status, i think this
is safer than it used to be.

fixes #5841

Signed-off-by: Nick Santos <nick.santos@docker.com>
@nicks nicks merged commit 3359b56 into master Mar 22, 2024
9 checks passed
@nicks nicks deleted the nicks/docker branch March 22, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tilt startup hangs on dead docker connection
1 participant