From 2911fe660693962cd711d4dc0519d3f464aa00e2 Mon Sep 17 00:00:00 2001 From: jzonthemtn Date: Thu, 14 Mar 2024 09:15:06 -0400 Subject: [PATCH 1/2] Updating readme for cluster docker. --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 947e150..b0a7f6b 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,16 @@ Build the OpenSearch docker image and add the plugin: `docker compose build` -Start the containers: +Start the container: `docker compose up` +Or to start a three-node OpenSearch cluster: + +``` +To start up a three node cluster run `docker compose -f docker-compose-cluster.yaml up` +``` + Initialize the `awesome` UBI store: ``` @@ -87,7 +93,3 @@ Found 8 indexed ``` This shows 8 total requests made by locust, and 8 events are in the index. The idea being we can assert that the number of events sent matches the events stored in the index. - -## Starting up a Multi Node Cluster - -To start up a three node cluster run `docker compose -f Dockerfile.prod up` From b534d2481704d3b7e3c9e127d683c69a40d453ee Mon Sep 17 00:00:00 2001 From: jzonthemtn Date: Thu, 14 Mar 2024 09:15:43 -0400 Subject: [PATCH 2/2] Updating readme for cluster docker. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0a7f6b..b50da92 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Start the container: Or to start a three-node OpenSearch cluster: ``` -To start up a three node cluster run `docker compose -f docker-compose-cluster.yaml up` +docker compose -f docker-compose-cluster.yaml up ``` Initialize the `awesome` UBI store: