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
Currently, it is not possible to configure memory and CPU for DWO pod. The only workaround is patching CSV directly, but since the CSV gets replaced as part of an upgrade, the modified value gets reverted to the older default values e.g. for devworkspace-controller-manager
However, the resource limits are applied to all containers (2) in the pod, and not just the devworkspace-controller container. Since there are two containers (devworkspace-controller and kube-rbac-proxy), the total memory limit for the configuration above is 8Gi
Description
Currently, it is not possible to configure memory and CPU for DWO pod. The only workaround is patching CSV directly, but since the CSV gets replaced as part of an upgrade, the modified value gets reverted to the older default values e.g. for devworkspace-controller-manager
Additional context
Need to investigate if we can propagate RAM / CPU configuration from the subscription directly and if it is a good approach in general - https://developers.redhat.com/articles/2023/03/06/5-global-environment-variables-provided-openshift-gitops#
More details https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/design/subscription-config.md
The text was updated successfully, but these errors were encountered: