deis / postgres

A PostgreSQL database used by Deis Workflow.
https://deis.com
MIT License
36 stars 22 forks source link

Liveness check failing with 'Unrecognized input header' #43

Closed slack closed 8 years ago

slack commented 8 years ago

v2-beta:

NAMESPACE   FIRSTSEEN   LASTSEEN   COUNT     NAME                  KIND      SUBOBJECT                        REASON      SOURCE                                              MESSAGE
deis        1d          0s         16822     deis-database-z0j7q   Pod       spec.containers{deis-database}   Unhealthy   {kubelet ip-10-0-0-62.us-west-2.compute.internal}   Liveness probe errored: Unrecognized input header
    livenessProbe:
      exec:
        command:
        - is_master
      initialDelaySeconds: 30
      timeoutSeconds: 1
bacongobbler commented 8 years ago

a quick check on Google seems to indicate this is a Docker error, which may indicate an upstream issue.

slack commented 8 years ago

Yeah, likely k8s + docker 1.10.0: fsouza/go-dockerclient#455

bacongobbler commented 8 years ago

ok, closing as something we can't reasonably fix here, as this affects all components. It's probably good to track it upstream or throw an issue on deis/deis to track it.