eclipse-tractusx/portal

Recommended Hardware Requirements Result in Installation Failure

Opened this issue · 0 comments

Current Behavior

We observed an unexpected behavior during the setup of the LocalDev chart. It is mentioned that the required resources for Minikube are 2 CPUs and 6 GB RAM. But while running with this configuration, the installation fails.

  • Local Minikube Setup

    • Outcome: Error encountered.
    • Details: Windows 10, Available RAM: 12 GB, Assigned to cluster: 6 GB
    • Screenshots/Error Messages:
      local-setup
  • Trial Cluster Setup

    • Outcome: Error encountered. Job portal migration and provisioning migration fails
    • Details: Linux, RAM: 8GB
    • Time taken: 2-3 minutes
    • Screenshots/Error Messages:
      PortalError
  • Commercial Cluster Setup

    • Outcome: Setup is working fine. No error was encountered.
    • Details: Linux, RAM: 32GB
    • Time taken: 2-3 minutes

Expected Behavior

Installation should be successful with 6 GB RAM assigned to the cluster.

Steps To Reproduce

  1. Follow the steps for setup of CX Portal & IAM for local development

  2. In step 3, follow the steps for installing from portal-cd

  3. Attempt to install the chart with the release name 'local' as instructed.
    helm install local . --namespace localdev

    The following error was encountered
    local-setup

  4. Increase the timeout for the installation process to 60 minutes and attempt the installation again.
    helm install local . --namespace localdev --timeout 60m

    Installation fails for increased timeout as well.