TankLabTJU / INFless

The source code of INFless,a native serverless platform for AI inference.
GNU General Public License v3.0
33 stars 13 forks source link

Unable to run Faas-Netes #1

Open alindkhare opened 2 years ago

alindkhare commented 2 years ago

After locally making Faas-netes and running the docker image. I get the following error

  Warning  Unhealthy         2m22s (x2 over 2m32s)  kubelet            Liveness probe failed: HTTP probe failed with statuscode: 502
  Warning  Unhealthy         2m22s (x4 over 2m35s)  kubelet            Readiness probe failed: HTTP probe failed with statuscode: 502

The code provided in faas-netes doesn't do any health checks? I guess the problem is in faas-netes main.go

ynyang1 commented 2 years ago

There is little information for me to help you address the problem, do you check the launching logs using command like "kubectl logs "?