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
442 stars 259 forks source link

locust-tasks images are gone #22

Closed stevemcghee closed 6 years ago

stevemcghee commented 6 years ago

https://console.cloud.google.com/gcr/images/cloud-solutions-images/GLOBAL/locust-tasks?gcrImageListsize=50

results in: locust-master-xt6mw 0/1 ErrImagePull 0 1m

Back-off pulling image "gcr.io/cloud-solutions-images/locust-tasks:latest": ImagePullBackOff

i get the feeling this walkthrough needs to be updated. (see also recent issues around: error: error validating "locust-master-controller.yaml": error validating data: [ValidationError(ReplicationController.spec.template.spec.containers[0].env[0]): unknown field "key" in io.k8s.kubernetes.pkg.api.v1.EnvVar, ValidationError(ReplicationController.spec.template.spec.containers[0].env[1]): unknown field "key" in io.k8s.kubernetes.pkg.api.v1.EnvVar]; if you choose to ignore these errors, turn validation off with --validate=false )

faizalkassamalisc commented 6 years ago

same here. I built the docker images and removed the "key" field in the controller specs

viglesiasce commented 6 years ago

I have repushed the images and updated the K8s configs in #26.