From f927ee69a10aac2fdefed1f8f4cd3543ce366cdd Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 26 Jan 2022 18:35:52 +0100 Subject: [PATCH] Issue-#872: Add information about minikube start options --- content/tutorials/compute-to-data-minikube.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/tutorials/compute-to-data-minikube.md b/content/tutorials/compute-to-data-minikube.md index befcd39c..37c2b5a6 100644 --- a/content/tutorials/compute-to-data-minikube.md +++ b/content/tutorials/compute-to-data-minikube.md @@ -33,6 +33,10 @@ minikube config set kubernetes-version v1.16.0 minikube start --cni=calico --driver=docker --container-runtime=docker ``` +Depending on the number of available CPUs, RAM, and the required resources for running the job, consider adding options `--cpu`, `--memory`, and `--disk-size` to avoid runtime issues. + +For other options to run minikube refer to this [link](https://minikube.sigs.k8s.io/docs/commands/start/) + ## Install kubectl ```bash