This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Description
Problem
Minikube only provides 2 cpus to a vm by default. The documentation located here here should be updated, and have instructions for setting the correct amount of cpus to run sock-shop.
Behavior
Expected
Create a sock shop following instructions here
sock shop deploys successfully
Actual
Shipping Deployment fails to deploy due to insufficient CPU
Steps to reproduce
Create sock shop on minikube cluster with 4096 ram
Open Dashboard using minikube
View shipping deployment in sock-shop namespace
Shipping Deployment will fail to deploy due to insufficient CPU
Fix
Set the cpu count to 4 by running the following command
minikube config set cpus 4