mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Merge pull request #873 from oceanprotocol/issue-872-running-minikube
Issue-#872: Add information about minikube start options
This commit is contained in:
commit
7c288fd689
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user