Skip to content

Commit

Permalink
Ethanperry/industrial data sim docs update (#40)
Browse files Browse the repository at this point in the history
Modify documentation of industrial data simulator to reflect newest
version.
  • Loading branch information
ethanperry1 authored Nov 29, 2023
1 parent 4d5d66e commit 9f4bef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/industrial-data-simulator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ docker build ../.. -f Dockerfile -t makocr.azurecr.io/industrial-data-simulator:
kubectl apply -f manifest.yml
```

Industrial Data simulator runs as a pod within the desired cluster using the kubectl run command. The configuration of choice is provided via stdin of the simulator process within the pod, provided in the command above using `--stdin < config.yml`. Alternative names for a configuration file may be used -- the command simply uses stdin piping to provide simulator with an appropriate configuration.
Industrial Data simulator runs as a pod within the desired cluster using the kubectl apply command with the provided manifest file (`./manifest.yml`). The configuration is passed as a config mapping in the kubernetes manifest, and can be altered to produce the desired simulation (see configmap at top of manifest file).

See the example YAML configuration below, with comments describing the various configurable fields.

Expand Down

0 comments on commit 9f4bef4

Please sign in to comment.