Files
kube-heavy-load-test/README.md
2024-03-27 17:15:07 +01:00

17 lines
396 B
Markdown

# Test heavy load on cluster
Log in cluster.
## nodes configuration
oc label node worker-0 wkloadtype=fakeload
oc adm taint node worker-0 wkloadtype=fakeload:NoSchedule
## Workload tunning in app_template.yaml
Replicas number may be adjusted line 19
CPU workload can be disabled by commenting *lc* function call line 94
## Deploy workload
~~~
deploy_wkload.sh {number of deployment} [-d]
~~~