You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current approach there're duplicated code (for example conprof_start.sh is present in other templates).
As an idea to avoid this we could use the command kubectl create cm --from-file=... to create on-fly the ConfigMaps from the scripts required by the workload.
The text was updated successfully, but these errors were encountered:
The current workload templates has ConfigMaps that embed all logic. This makes difficult to read and contribute to them.
For example this template https://github.com/openshift-scale/workloads/blob/master/workloads/templates/workload-mastervertical-script-cm.yml.j2 embeds run.sh, conprof_start.sh, conprof_stop.sh, workload.sh and all clusterloader templates.
With the current approach there're duplicated code (for example conprof_start.sh is present in other templates).
As an idea to avoid this we could use the command
kubectl create cm --from-file=...
to create on-fly the ConfigMaps from the scripts required by the workload.The text was updated successfully, but these errors were encountered: