From 3e8d6f2c0ce5ad8972566618d5c43cd5ff010011 Mon Sep 17 00:00:00 2001 From: MashaNes Date: Thu, 8 Jun 2023 09:43:29 -0600 Subject: [PATCH] Fixing spelling test fail Signed-off-by: MashaNes --- .github/configs/wordlist.txt | 2 ++ README.md | 4 ++++ openwhisk_setup/README.md | 7 ++++--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/configs/wordlist.txt b/.github/configs/wordlist.txt index 035ee518..17ec2e76 100644 --- a/.github/configs/wordlist.txt +++ b/.github/configs/wordlist.txt @@ -720,3 +720,5 @@ YAMLSelector reproducibility warmup OpenWhisk +wsk +CLI diff --git a/README.md b/README.md index 1c0cb4ac..6fd266e2 100644 --- a/README.md +++ b/README.md @@ -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`. + diff --git a/openwhisk_setup/README.md b/openwhisk_setup/README.md index c2768f3c..675b887b 100644 --- a/openwhisk_setup/README.md +++ b/openwhisk_setup/README.md @@ -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` @@ -96,7 +96,7 @@ If you want to change the lifetime of the container after executing a function, value: "" ``` -Set the `` to your prefered value. +Set the `` to your preferred value. ### Starting the custom OpenWhisk configuration @@ -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`. \ No newline at end of file +Additionally, one can specify log verbosity argument as `--verbosity [info, debug, trace]`. The default value is `info`. +