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 support for Cloud Run for statusCheckDeadlineSeconds #9762

Closed
menahyouyeah opened this issue Mar 20, 2025 · 0 comments · Fixed by #9778
Closed

Add support for Cloud Run for statusCheckDeadlineSeconds #9762

menahyouyeah opened this issue Mar 20, 2025 · 0 comments · Fixed by #9778

Comments

@menahyouyeah
Copy link
Contributor

Skaffold has a health-check timeout (deploy.statusCheckDeadlineSeconds), which is the amount of time, in seconds, to wait for deployments to stabilize. However, this is not supported for Cloud Run.

Here the deadline gets passed in for Cloud Run. If you trace that back up, it comes from Monitor.statusCheckDeadline which is hardcoded to 10 minutes.

Would have to do something similar to what's done with deployments and stateful sets, for example here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant