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

Minikube Documentation Does Not Specify CPU Count #79

@alisondy

Description

@alisondy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions