David Kwon

Results 56 comments of David Kwon

Hello @skopacz1 this PR is now QE-reviewed. Could it be merged?

With this PR: https://github.com/devfile/devworkspace-operator/pull/1329, the command ids are now: `init-ssh-agent-command-1`, `init-ssh-agent-command-2`, ..., etc. Please see: https://github.com/devfile/devworkspace-operator/pull/1329/files#r1809335501

Hello @tolusha have you seen this error before by any chance?

With the merge of https://github.com/devfile/devworkspace-operator/pull/1545, the DevWorkspace operator introduced new field, `containerResourceCaps`: ``` kind: DevWorkspaceOperatorConfig metadata: name: devworkspace-operator-config namespace: openshift-operators apiVersion: controller.devfile.io/v1alpha1 config: workspace: containerResourceCaps: limits: cpu: "1" memory: 2Gi...

Going through the initial requirements: > 1. Allow for global configuration of the default cpuRequest & memoryRequest values. This is set using the `spec.devEnvironments.defaultContainerResources` field in the CheCluster. The fields...