Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommended Hardware Requirements Result in Installation Failure #237

Open
ieuna opened this issue Apr 4, 2024 · 0 comments
Open

Recommended Hardware Requirements Result in Installation Failure #237

ieuna opened this issue Apr 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ieuna
Copy link
Member

ieuna commented Apr 4, 2024

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.

@ieuna ieuna added the bug Something isn't working label Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant