13 lines
244 B
Markdown
13 lines
244 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
|
|
|
|
## Deploy workload
|
|
|
|
~~~
|
|
deploy_wkload.sh {number of deployment} [-d]
|
|
~~~ |