initial commit

This commit is contained in:
Simon Belmas
2024-03-27 17:09:26 +01:00
commit aa1dd9bc42
5 changed files with 268 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# 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]
~~~