You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
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.
Attempt to install the chart with the release name 'local' as instructed. helm install local . --namespace localdev
The following error was encountered
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.
The text was updated successfully, but these errors were encountered:
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
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
The following error was encountered
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.
The text was updated successfully, but these errors were encountered: