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

Add a timeout for waiting connection to Kubernetes API server #291

Closed
cuichenli opened this issue Apr 28, 2024 · 0 comments · Fixed by #294
Closed

Add a timeout for waiting connection to Kubernetes API server #291

cuichenli opened this issue Apr 28, 2024 · 0 comments · Fixed by #294

Comments

@cuichenli
Copy link

Apologies if I've overlooked anything, but could we consider adding a timeout to the connection attempt to the API server at https://github.com/dajudge/kindcontainer/blob/master/src/main/java/com/dajudge/kindcontainer/ApiServerContainer.java#L163?

We've encountered issues where we cannot connect to our container, causing the CI/CD pipeline to indefinitely hang. While we intend to address this issue on our end, implementing a default timeout for this connection could be beneficial.

If I've missed any details, please don't hesitate to correct me. Thank you!

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 a pull request may close this issue.

2 participants