eclipse-tractusx / portal

Portal - Helm charts
Apache License 2.0
7 stars 7 forks source link

Recommended Hardware Requirements Result in Installation Failure #237

Open ieuna opened 3 months ago

ieuna commented 3 months ago

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.

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.