Skip to content

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

@constin

Description

@constin

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions