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

Pod health-checks intervals are hardcoded and not usable in gke with https lb #103

Open
constin opened this issue Jul 27, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@constin
Copy link

constin commented Jul 27, 2022

Pod health-checks intervals are hardcoded and not usable in gke with HTTPS LB . timeout is bigger then
PeriodSeconds interval , it should be smaller. This this config ingress with HTTPS LB will never be up.

FailureThreshold: 3,
InitialDelaySeconds: 10,
PeriodSeconds: 5,
SuccessThreshold: 1,
TimeoutSeconds: 30,

FailureThreshold: 3,
InitialDelaySeconds: 10,
PeriodSeconds: 5,
SuccessThreshold: 1,
TimeoutSeconds: 30,

@constin constin added the bug Something isn't working label Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant