You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new sub-command to deploy Zeebe workers into a Zeebe cluster, which
can be used for several chaos experiments. This allows completing
process instances etc.
closes#235
--------
**Example:**
Non-verbose: Deploy worker:
```sh
$ ./zbchaos deploy worker
Worker successfully deployed to the current namespace: zell-chaos
```
Verbose: Deploy worker
```sh
$ ./zbchaos deploy worker -v
Connecting to zell-chaos
Running experiment in self-managed environment.
Deploy worker deployment to the current namespace: zell-chaos
Worker successfully deployed to the current namespace: zell-chaos
```
```sh
$ k get deployments.apps
NAME READY UP-TO-DATE AVAILABLE AGE
worker 3/3 3 3 107s
```
Error when deployment already exists:
```
$ ./zbchaos deploy worker -v
Connecting to zell-chaos
Running experiment in self-managed environment.
Deploy worker deployment to the current namespace: zell-chaos
panic: deployments.apps "worker" already exists
```
Deploy the benchmarks workers for the chaos experiments, similar as it is done in the kotlin-worker
This enables experiments like:
The text was updated successfully, but these errors were encountered: