Skip to content

Commit b8d098b

Browse files
committed
Created spelling fix for loader docs
Signed-off-by: aryans1204 <arshar1204@gmail.com>
1 parent 9e6bd2f commit b8d098b

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
@@ -1,6 +1,6 @@
11
# Deploy Info JSON
22

3-
## The `deploy_info.json` file in the `yamls.tar.gz` is used to identify the relative file paths for the Knative YAML manifests for deploying vSwarm functions. It is generated using `generate_deploy_info.py` Python script, also present under `yamls.tar.gz`, which outputs a JSON that embeds the yaml-location and pre-deployment commands for every vSwarm function. zit also contains the path of YAML files needed as part of the predeployment commands to run certain vSwarm benchmakrs, for example the `online-shop-database` which requires to be deployed before running `cartservice` benchmark.
3+
## The `deploy_info.json` file in the `yamls.tar.gz` is used to identify the relative file paths for the Knative YAML manifests for deploying vSwarm functions. It is generated using `generate_deploy_info.py` Python script, also present under `yamls.tar.gz`, which outputs a JSON that embeds the yaml-location and pre-deployment commands for every vSwarm function. zit also contains the path of YAML files needed as part of the pre-deployment commands to run certain vSwarm benchmarks, for example the `online-shop-database` which requires to be deployed before running `cartservice` benchmark.
44

55
## While the `deploy_info.json` file ships with the `yamls.tar.gz`, In order to regenerate the `deploy_info.json` run:
66
```console

0 commit comments

Comments
 (0)