-
Notifications
You must be signed in to change notification settings - Fork 303
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
Ingress health check not following ReadinessProbe #317
Comments
PTAL at this comment: #241 (comment) Also, this is only retrieved on new GCP healthcheck objects. If you're adding the readiness probe post ingress setup, nothing will change. |
I have the same issue when changing the |
@JorritSalverda , Unfortunately, due to legacy behavior, that cannot be done. See #39 |
Have the same problem here, actually, I need to create my own health check path in the GCP UI after updating my ingress. I already used k8s version 10.2. So what can we do @nicksardo ? |
Seems like it's related to #42 |
with:
the google health check is still
/
Also confirmed by @Gogoro:
" When I create an ingress pointing to a service, which again points to a pod it just keeps hitting / instead of the path I defined in readinessProbe and livenessProbe. I can see in the logs that the pod itself checks itself easily, but the healthcheck goes ham on /."
In this discussion issue: #42
The text was updated successfully, but these errors were encountered: