Fix typo: folllowing -> following (#10457)

Signed-off-by: Rui Cao <ruicao@alauda.io>
This commit is contained in:
Rui Cao
2018-10-03 07:31:03 +08:00
committed by k8s-ci-robot
parent c3d7e61a92
commit e401866efe
@@ -54,7 +54,7 @@ To complete this tutorial, you should already have a basic familiarity with [Pod
### Additional Minikube Setup Instructions
{{< caution >}}
**Caution:** [Minikube](/docs/getting-started-guides/minikube/) defaults to 1024MB of memory and 1 CPU. Running Minikube with the default resource configuration results in insufficient resource errors during this tutorial. To avoid these errors, start Minikube with the folllowing settings:
**Caution:** [Minikube](/docs/getting-started-guides/minikube/) defaults to 1024MB of memory and 1 CPU. Running Minikube with the default resource configuration results in insufficient resource errors during this tutorial. To avoid these errors, start Minikube with the following settings:
```shell
minikube start --memory 5120 --cpus=4