This repository has been archived by the owner on Sep 14, 2020. It is now read-only.
Root task 'health reporter' is failed: OSError(99, "error while attempting to bind on address ('::1', 8080, 0, 0): cannot assign requested address") #296
Labels
question
Further information is requested
Question
After adding the health check to my Dockerfile, e.g.
kopf run --liveness=http://:8080/healthz main.py
I get the following error:I tried adding an EXPOSE declaration in the Dockerfile for port 8080 but that didn't fix the issue.
Checklist
Keywords
The text was updated successfully, but these errors were encountered: