Closed brendandburns closed 6 years ago
It's possible that this is because I was serving a 301 on the HTTP call which the GSLB interprets as "failing" a health check.
@brendandburns I'm facing the same issue right now.
My app redirects requests at "/" to a login page. How did you solve it?
I defined liveness and readiness probes for my pod, still this happens.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle rotten /remove-lifecycle stale
I was switching an existing
Ingress
resource from one KubernetesService
to a differentService
After I updated the
Ingress
object, the GCE L7 LB had 30-90 seconds of time where it was returning 502.Perhaps this is a problem in the GCE L7 LB, but it seems like this shouldn't happen.