Uploaded image for project: 'Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces) '
  1. Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces)
  2. CRW-9289

Provide ability to set DWOC default container resources in CheCluster

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • Release Notes

      In the DevWorkspaceOperatorConfig, the config.workspace.defaultContainerResources field allows setting default container resources:

      kind: DevWorkspaceOperatorConfig
      apiVersion: controller.devfile.io/v1alpha1
      metadata:
        name: devworkspace-operator-config
        namespace: <devworkspace operator install namespace>
      config:
        workspace:
          defaultContainerResources:
            limits:
              memory: <new memory limit>
            requests
              memory: <new memory request>
      
      

      However, this can only be set in the DWOC, and not the CheCluster CR.

      The proposed enhancement is to allow this field to be set from the CheCluster CR. This prevents the need for manually editing/creating the global DWOC.

              rokumar Rohan Kumar
              dakwon@redhat.com David Kwon
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: