Skip to content

Commit 601e0a6

Browse files
committed
Impoved documentation
Signed-off-by: aryans1204 <arshar1204@gmail.com> Impoved documentation with spellcheck Signed-off-by: aryans1204 <arshar1204@gmail.com>
1 parent d3ff082 commit 601e0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/generate_deploy_info_docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The `deploy_info.json` has the following schema:
2222

2323
## The `PredeploymentPath` is the path to the YAML file, which is applied via `kubectl apply -f`, before creating the service under `YamlLocation`. This pre-deployment step is required in some vSwarm benchmarks, like `cartservice` which depends on a separate service `online-shop-database` before it can be started.
2424

25-
Similarly, the `workloads/container/generate_all_yamls.py` is a wrapper script that calls the `generate-yamls.py` script for each vSwarm benchmark in the `vSwarm_deploy_metadata.tar.gz`. The `generate-yamls.py` Python script parametrizes the YAML script for the benchmark for different configurations, and creates YAML files accordingly.
25+
Similarly, the `workloads/container/generate_all_yamls.py` is a wrapper script that calls the `generate-yamls.py` script for each vSwarm benchmark in the `vSwarm_deploy_metadata.tar.gz`. The `generate-yamls.py` Python script parameterize the YAML script for the benchmark for different configurations, and creates YAML files accordingly.
2626

2727
While the YAMLs are pre-generated inside the `vSwarm_deploy_metadata.tar.gz` tarball, to regenerate the YAMLs, run this from the root of this repository:
2828
```console

0 commit comments

Comments
 (0)