Skip to content

Liveness probes are preventing scaling to zero #86

@adamchalat

Description

@adamchalat

I've a problem with scalling down to zero application when using liveness probe as below (if I remove this manifest section, everything works fine).

livenessProbe:
    failureThreshold: 3
    httpGet:
      path: /
      port: http
      scheme: HTTP
    periodSeconds: 10
    successThreshold: 1
    timeoutSeconds: 1

Annotations:

  template:
    metadata:
      annotations:
        zeropod.ctrox.dev/disable-checkpointing: 'true'
        zeropod.ctrox.dev/scaledown-duration: 60s
      labels:
        istio.io/dataplane-mode: none

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions