From d825202d1db09cc5e8c9530eba73221ef81cc833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 2 Apr 2019 23:52:58 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dce08fc..b03c9bf 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To install the cluster run the `./cluster-deploy ` command. A Kubernetes CN To undo the cluster installation run the `./cluster-withdraw` command and it will clean up the configurations on all nodes including the master as well. Command will purge all Kubernetes setups from nodes enlisted in the `worker.list` file! ### Deploy function to kubeless -To deploy a function to kubeless run the `./function/deploy_function.sh` command with the appropriate parameters. You need to have the function available in a file next to the script. +To deploy a function to kubeless run the `./function/deploy_function.sh ` command with the appropriate parameters. You need to have the function available in a file next to the script. ### Benchmark the cluster Benchmarking is pretty turnkey. Edit the appropriate variables in `./benchmark/benchmark.sh` file, then run it!