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
-
Trial Cluster Setup
-
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
-
Follow the steps for setup of CX Portal & IAM for local development
-
In step 3, follow the steps for installing from portal-cd
-
Attempt to install the chart with the release name 'local' as instructed.
helm install local . --namespace localdev
-
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.