GoogleCloudPlatform / distributed-load-testing-using-kubernetes

Distributed load testing using Kubernetes on Google Container Engine
http://cloud.google.com/solutions/distributed-load-testing-using-kubernetes
Apache License 2.0
441 stars 258 forks source link

CrashLoopBackOff for days #25

Closed faizalkassamalisc closed 6 years ago

faizalkassamalisc commented 6 years ago

@crcsmnky @evandbrown @erictune @feczo This tutorial has potential but appears to be busted. Can you please get it working again?

$ kubectl get pods -l name=locust,role=master NAME READY STATUS RESTARTS AGE locust-master-fdppf 0/1 CrashLoopBackOff 6 6m

viglesiasce commented 6 years ago

Hey @faizalkassamalisc!

Apologies for that. The images were originally pushed with a registry version that is now disabled. I have re-uploaded them and all thing seem to be working as expected.

I have also made a few patches in #26.

faizalkassamalisc commented 6 years ago

Thank you!