1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-10 11:35:12 +02:00

Issue-#872: Add information about minikube start options

This commit is contained in:
Akshay 2022-01-26 18:35:52 +01:00
parent 8274697677
commit f927ee69a1

View File

@ -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