17 lines
396 B
Markdown
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]
|
|
~~~ |