Compare commits

...

2 Commits

Author SHA1 Message Date
Simon Belmas
3f7a8e668a Fix topologyKey indentation 2024-03-27 17:38:36 +01:00
Simon Belmas
1bd4f10ecd add workload tunning documentation 2024-03-27 17:15:07 +01:00
2 changed files with 6 additions and 2 deletions

View File

@@ -6,8 +6,12 @@ Log in cluster.
oc label node worker-0 wkloadtype=fakeload
oc adm taint node worker-0 wkloadtype=fakeload:NoSchedule
## Deploy workload
## 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]
~~~

View File

@@ -54,7 +54,7 @@ spec:
operator: In
values:
- ${current_ns}
topologyKey: kubernetes.io/hostname
topologyKey: kubernetes.io/hostname
tolerations:
- key: wkloadtype
operator: Equal