diff --git a/doc/loadtest/README.md b/doc/loadtest/README.md index f0079ca..02b6dfa 100644 --- a/doc/loadtest/README.md +++ b/doc/loadtest/README.md @@ -192,8 +192,8 @@ Now, let's create the Docker images that we will use to run our services. I am a ```console $ docker build -t gcr.io/google.com/doorman/doorman-server:v0.1.7 doc/loadtest/docker/server/ -$ docker build -t gcr.io/google.com/doorman/doorman-client:v0.1.7 doc/loadtest/docker/server/ -$ docker build -t gcr.io/google.com/doorman/target:v0.1 doc/loadtest/docker/server/ +$ docker build -t gcr.io/google.com/doorman/doorman-client:v0.1.7 doc/loadtest/docker/client/ +$ docker build -t gcr.io/google.com/doorman/target:v0.1 doc/loadtest/docker/target/ $ docker build -t gcr.io/google.com/doorman/prometheus:v0.2 doc/loadtest/docker/prometheus ``` @@ -366,4 +366,4 @@ Experiment with different capacity distribution algorithms. Edit [`config.yml`]( ### High Availability -Make the Doorman server highly available. Add an etcd instance (or cluster) to the Kubernetes cluster, increase the number of replicas in [doorman-server.yaml](k8s/doorman-server.yaml), and configure them to do a leader election. (Hint: Use the `-etcd_endpoints` and `-master_election_lock` flags.) \ No newline at end of file +Make the Doorman server highly available. Add an etcd instance (or cluster) to the Kubernetes cluster, increase the number of replicas in [doorman-server.yaml](k8s/doorman-server.yaml), and configure them to do a leader election. (Hint: Use the `-etcd_endpoints` and `-master_election_lock` flags.)