Skip to content

Commit

Permalink
Fixing spelling test fail
Browse files Browse the repository at this point in the history
Signed-off-by: MashaNes <[email protected]>
  • Loading branch information
MashaNes authored and cvetkovic committed Jun 9, 2023
1 parent 1634f22 commit 3e8d6f2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/configs/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -720,3 +720,5 @@ YAMLSelector
reproducibility
warmup
OpenWhisk
wsk
CLI
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,7 @@ For more details take a look at the README in the tools/driver folder.

For more options, please see the `Makefile`.

## Using OpenWhisk

For instructions on how to use the loader with OpenWhisk go to `openwhisk_setup/README.md`.

7 changes: 4 additions & 3 deletions openwhisk_setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Set `invoker.containerFactory.kubernetes.replicaCount` to the number of worker n

Set `invoker.options` to `"-Dwhisk.spi.LogStoreProvider=org.apache.openwhisk.core.containerpool.logging.LogDriverLogStoreProvider"`.

In this file you can control the log verbosity by setting the adequate `loglevel` fileds to a desired value (default: `"INFO"`).
In this file you can control the log verbosity by setting the adequate `loglevel` fields to a desired value (default: `"INFO"`).

* `openwhisk-deploy-kube/helm/openwhisk/runtimes.json`

Expand All @@ -96,7 +96,7 @@ If you want to change the lifetime of the container after executing a function,
value: "<desired_time>"
```
Set the `<desired_time>` to your prefered value.
Set the `<desired_time>` to your preferred value.

### Starting the custom OpenWhisk configuration

Expand Down Expand Up @@ -148,4 +148,5 @@ Then, to run load generator use the following command:
$ go run cmd/loader.go --config cmd/config.json
```

Additionally, one can specify log verbosity argument as `--verbosity [info, debug, trace]`. The default value is `info`.
Additionally, one can specify log verbosity argument as `--verbosity [info, debug, trace]`. The default value is `info`.

0 comments on commit 3e8d6f2

Please sign in to comment.