diff --git a/api/v2/checluster_types.go b/api/v2/checluster_types.go index 8b02e22d14..9eca48770e 100644 --- a/api/v2/checluster_types.go +++ b/api/v2/checluster_types.go @@ -124,6 +124,13 @@ type CheClusterDevEnvironments struct { DefaultComponents []devfile.Component `json:"defaultComponents,omitempty"` // DefaultContainerResources defines the resource requirements (memory/cpu limit/request) used for // container components that do not define limits or requests. + // Note: The actual pod container resource values exactly match the sum of: + // - The resource requirements configured via this field, plus + // - The used Editor overhead (varies from editor to editor). + // + // For more details, see: + // https://eclipse.dev/che/docs/stable/administration-guide/calculating-che-resource-requirements/ + // // +optional DefaultContainerResources *corev1.ResourceRequirements `json:"defaultContainerResources,omitempty"` // Idle timeout for workspaces in seconds. diff --git a/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml b/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml index f26d1f6707..811d79e4ff 100644 --- a/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml +++ b/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml @@ -86,7 +86,7 @@ metadata: categories: Developer Tools certified: "false" containerImage: quay.io/eclipse/che-operator:next - createdAt: "2025-09-17T12:17:05Z" + createdAt: "2025-10-10T10:37:58Z" description: A Kube-native development solution that delivers portable and collaborative developer workspaces. features.operators.openshift.io/cnf: "false" @@ -108,7 +108,7 @@ metadata: operatorframework.io/arch.amd64: supported operatorframework.io/arch.arm64: supported operatorframework.io/os.linux: supported - name: eclipse-che.v7.109.0-941.next + name: eclipse-che.v7.111.0-942.next namespace: placeholder spec: apiservicedefinitions: {} @@ -1141,7 +1141,7 @@ spec: name: gateway-authorization-sidecar-k8s - image: quay.io/che-incubator/header-rewrite-proxy:latest name: gateway-header-sidecar - version: 7.109.0-941.next + version: 7.111.0-942.next webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml b/bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml index 12d4454b62..5c7e7d2de5 100644 --- a/bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml +++ b/bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml @@ -7343,6 +7343,12 @@ spec: description: |- DefaultContainerResources defines the resource requirements (memory/cpu limit/request) used for container components that do not define limits or requests. + Note: The actual pod container resource values exactly match the sum of: + - The resource requirements configured via this field, plus + - The used Editor overhead (varies from editor to editor). + + For more details, see: + https://eclipse.dev/che/docs/stable/administration-guide/calculating-che-resource-requirements/ properties: claims: description: |- diff --git a/config/crd/bases/org.eclipse.che_checlusters.yaml b/config/crd/bases/org.eclipse.che_checlusters.yaml index 52e9a57b12..d24a20ef07 100644 --- a/config/crd/bases/org.eclipse.che_checlusters.yaml +++ b/config/crd/bases/org.eclipse.che_checlusters.yaml @@ -7297,6 +7297,12 @@ spec: description: |- DefaultContainerResources defines the resource requirements (memory/cpu limit/request) used for container components that do not define limits or requests. + Note: The actual pod container resource values exactly match the sum of: + - The resource requirements configured via this field, plus + - The used Editor overhead (varies from editor to editor). + + For more details, see: + https://eclipse.dev/che/docs/stable/administration-guide/calculating-che-resource-requirements/ properties: claims: description: |- diff --git a/deploy/deployment/kubernetes/combined.yaml b/deploy/deployment/kubernetes/combined.yaml index d4f5870ce0..835e7a0cb2 100644 --- a/deploy/deployment/kubernetes/combined.yaml +++ b/deploy/deployment/kubernetes/combined.yaml @@ -7318,6 +7318,12 @@ spec: description: |- DefaultContainerResources defines the resource requirements (memory/cpu limit/request) used for container components that do not define limits or requests. + Note: The actual pod container resource values exactly match the sum of: + - The resource requirements configured via this field, plus + - The used Editor overhead (varies from editor to editor). + + For more details, see: + https://eclipse.dev/che/docs/stable/administration-guide/calculating-che-resource-requirements/ properties: claims: description: |- diff --git a/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index bc7fe68110..b2e830b33d 100644 --- a/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -7313,6 +7313,12 @@ spec: description: |- DefaultContainerResources defines the resource requirements (memory/cpu limit/request) used for container components that do not define limits or requests. + Note: The actual pod container resource values exactly match the sum of: + - The resource requirements configured via this field, plus + - The used Editor overhead (varies from editor to editor). + + For more details, see: + https://eclipse.dev/che/docs/stable/administration-guide/calculating-che-resource-requirements/ properties: claims: description: |- diff --git a/deploy/deployment/openshift/combined.yaml b/deploy/deployment/openshift/combined.yaml index 3aae172606..1d4db4d73d 100644 --- a/deploy/deployment/openshift/combined.yaml +++ b/deploy/deployment/openshift/combined.yaml @@ -7318,6 +7318,12 @@ spec: description: |- DefaultContainerResources defines the resource requirements (memory/cpu limit/request) used for container components that do not define limits or requests. + Note: The actual pod container resource values exactly match the sum of: + - The resource requirements configured via this field, plus + - The used Editor overhead (varies from editor to editor). + + For more details, see: + https://eclipse.dev/che/docs/stable/administration-guide/calculating-che-resource-requirements/ properties: claims: description: |- diff --git a/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index 6814063beb..d0c8a516f5 100644 --- a/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -7313,6 +7313,12 @@ spec: description: |- DefaultContainerResources defines the resource requirements (memory/cpu limit/request) used for container components that do not define limits or requests. + Note: The actual pod container resource values exactly match the sum of: + - The resource requirements configured via this field, plus + - The used Editor overhead (varies from editor to editor). + + For more details, see: + https://eclipse.dev/che/docs/stable/administration-guide/calculating-che-resource-requirements/ properties: claims: description: |- diff --git a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index bc7fe68110..b2e830b33d 100644 --- a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -7313,6 +7313,12 @@ spec: description: |- DefaultContainerResources defines the resource requirements (memory/cpu limit/request) used for container components that do not define limits or requests. + Note: The actual pod container resource values exactly match the sum of: + - The resource requirements configured via this field, plus + - The used Editor overhead (varies from editor to editor). + + For more details, see: + https://eclipse.dev/che/docs/stable/administration-guide/calculating-che-resource-requirements/ properties: claims: description: |-