Update README.md

This commit is contained in:
Torma Kristóf 2019-04-02 23:52:58 +02:00 committed by GitHub
parent 277b3e2b41
commit d825202d1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ To install the cluster run the `./cluster-deploy <CNI>` 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 <RUNTIME> <FILENAME> <FUNCTION NAME> <HANDLER NAME>` 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!